Project: Create your own web page Minimum Requirements:

advertisement
Project: Create your own web page
Minimum Requirements:
Page should have 4 sections:
 Header
 Navigation
 Content
 Footer
Include the following elements/attributes:









<html>, <head>, & <body>
doctype
At least 2 paragraphs
At least 2 different heading types
At least 2 links in your navigation section
At least 1 image
Put a title on your page
Include an unordered list
Use line breaks
Challenges:













Use the <footer> tag
Include some Bold, italicized, and underlined font
Put a link on a picture
Include a “hover text” on a paragraph
Include alternate text for an image
Embed a link as a single word in a sentence
Include an ordered list and start it with 2 instead of 1
Center some text somewhere
Using HTML, put a button on your page
Use the <nav> tag in your navigation section
Use the <q> tag to embed a quote
Define a color for a section of your page using <div> and the Style attribute
Put a “back to top” link in your footer
Advanced challenges:
 Using <form> and <input> with the “action”, “type” and “name” attributes, include two entry
fields with a “Submit” button that re-directs the user to a different page.
 Use the <style> tag (not the style attribute) to set a color for a tag type using HTML, not CSS
 Include a table with at least 2 columns and at least 2 rows
 Use <textarea> with the “rows” and “cols” attributes to define the area for a paragraph
http://www.w3schools.com/tags/ref_colorpicker.asp
Download