Questions CSS Layout
- Describe the Box Model
- I want to have all the text inside <h1> tags underlined. Finish this
code so that would happen:
h1 {}
- You can create the effect of 1.5 or double spacing using ___________
- What would this code do when applied to a div, border-left: 5px black
dashed?
- Explain the difference between margins and padding.
- To make a div scroll if it's content is too big for the box you could use which overflow properties?
- What's the purpose of Clear?
- What are some helpful things that you can do with a print style sheet?
Questions Usability
- Review http://www.useit.com/alertbox/9605.html by Jakob Nielsen (Web Usability Expert). Are there any that you disagree with? Are there any you would add? (NO is not an acceptable answer for either)