- Create a file called firstcss.html based off of the XHTML template we used in class
- This should be the "homepage" for some sort of a media company
- Use a mix of headers (h1, h2), paragraphs etc.
- Create a nest list (a list inside a list)
- Use at least one <div> tag
- Put up at least one image
- link the page to firstcss.css
- All pages MUST validate!
- Create a file called firstcss.css, do NOT put any XHTML in it
- Create and use at least one class
- use at least one id (probably with div above)
- set font properties (color, size, family, etc)
- Use some border styles, background colors
- Link the page firstcss.html onto your index.html page, and post the link to the appropriate discussion board
when you are done