04 Aug Using your newfound PHP skills, along with a bit of HTML & CSS create a simple page that performs some kind of (hopefully useful) conversion.
Using your newfound PHP skills, along with a bit of HTML & CSS create a simple page that performs some kind of (hopefully useful) conversion. I gave some examples in class, so refer to notes or lecture if you are not sure what I’m looking for. Your page should be constructed such that it contains:
An appropriate heading
A paragraph briefly describing the conversion to be performed
- An HTML form with a button for submitting the value
- Appropriate code to perform the conversion
- An area for the answer to be displayed in
- Other requirements: while I don’t expect you to spend massive amounts of time devoted to the appearance of your page, I would like to see at least a few examples of CSS applied to change some colors, adjust borders etc. The focus should be on the conversion… not the aesthetics, but let’s at least make it look like something out of the 21st century.
POST
HeyPlease follow this layout <!DOCTYPE html>
<html lang=”en”>
<head>
<!–The head section contains informational items about your page
but not content that actually appear on the page within your browser.
This section should contain any meta tags, a title tag, and any link elements
to link your CSS files. It should NOT contain any h1-h6 heading tags, paragraph tags,
sectioning elements like header, nav, main, or footer, etc. –>
</head>
<body>
<!–The body section contains your content.
While not required, sectioning elements including header, nav, main, and footer are used in this course
to help with CSS styling and must go within the body section. Your opening body tag will appear directly
after your closing head tag. The closing body tag will appear after your closing footer tag, before the
closing html tag. –>
<header>
<!–Your header image and/or text goes here–>
</header>
<nav>
<!–Your navigation goes here –>
</nav>
<main>
<!–Your main content goes here –>
</main>
<footer>
<!–Your footer goes here–>
</footer>
</body>
</html>
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.