Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Your goal is to create a simple website that displays documentation and examples
  2. for at least ten (10) HTML elements and for at least three (3) CSS properties. When you are done
  3. you will have (at a minimum) 14 HTML files and at least one CSS file. I would also like you to link
  4. to the modernizr script as was done in a previous tutorial.
  5. Your pages should all follow a particular layout. Specifically, I would like to see the following:
  6. • A header areafor the body. This is completely decorative and can be done however you want.
  7. You must have something clickable in your header (preferably an image) that will take you
  8. back to the homepage.
  9. • A footer area for the body. The footer must contain your name and the date that you completed
  10. the project. You should also include the address of the CCRI campus.
  11. • A navigation bar. Where you place it is up to you (left, top, etc.). It should contain links to
  12. the pages for each element and CSS property that are being documented.
  13. You will need one homepage. The homepage will meet the above requirements, and will display
  14. some general information about the purpose of your website, along with a link that can be used
  15. to email the webmaster (that’s you!). Research: mailto
  16. The documentation pages should include a heading that states the name of the element. For example,
  17. if you were documenting the blockquote element, you might have a heading that contains
  18. the text: “The blockquote Element” (note the formatting of this, research: span). You will
  19. then:
  20. • Provide a hyperlink to the official documentation for this element on w3c.org.
  21. • Provide a textual description of what this element is supposed to do.
  22. • Provide sample code showing how to use this element in code.
  23. Research: how to use < and > in a code element.
  24. • Provide an area of the webpage that demonstrates the results of the sample code.
  25. All of your code should be standards-compliant HTML5/CSS and MUST VALIDATE!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement