Name: _________________________________
W3schools tutorial pages
w3schools.com/html/html_intro.asp
w3schools.com/html/html_basic.asp
w3schools.com/html/html_elements.asp
w3schools.com/html/html_blocks.asp
w3schools.com/html/html_attributes.asp
w3schools.com/html/html_headings.asp
w3schools.com/html/html_links.asp
What's In a (File) Name?
netmechanic.com/news/vol6/html_no6.htm
Web Style Guide: Semantic Markup
webstyleguide.com/wsg3/5-site-structure/2-semantic-markup.html
Eric Meyer: CSS – pages 2-4
oreillynet.com/pub/a/javascript/excerpt/css_def_guide_ch1/index.html
w3schools
1. What is the point of a <!DOCTYPE> declaration
2. Label the following parts of an XHTML tag with elements, attributes and values:
<img src=”sky3.jpg” width=”300” height=”150” alt=”A cloudy sky”>
3. How are block-level elements different from inline elements?
4. What is a <div> used for?
5. Why are header tags (<h1>, <h2>, etc...) important?
What's In a (File) Name?
6. What are the recommendations in creating file names?
Semantic Markup
7. What distinguishes semantic markup?
8. What is the difference between the <head> tag and the <body> tag?
Meyer
9. Why does Meyer argue against styling from within the HTML document (with the old <font>
tag, for instance)?
10. What does Meyer mean that using CSS is “preparing for the future”?