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>
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.
