Questions derived from Lesson 6
Examine the CSS in this document and provide explanations for the following:
- Why does the left column color continue all the way to the footer in spite of the fact that the content ends sooner than the right column? Your answer here
- What is the default display property of the list-item tag? Your answer here
- Explain which specific properties enable a list-item to appear as it does in the navigation at the top of this page? Your answer here
Questions derived from Lesson 8
- What is the default unit of measurement on the rulers in Dreamweaver?
- How do you change it? Your answer here
- When creating web sites in Dreamweaver CS4, why is it necessary to consider the size of your users' monitors? Your answer here
- What is the tag selector? Your answer here
Questions derived from HTML 5 article
- The HTML 5 doctype been simplified. Write out an HTML 5 DTD on your homework page.
- List three of the semantic markup tags that HTML 5 introduces.