Questions XHTML
- Explain why having a good page <title> is important?
- Why is the DOCTYPE Declaration important?
- What's the difference between a br tag and p tags?
- How many levels of H tags are there?
- Can you add a "title" to individual elements on your page?
Questions CSS
- How would I connect an xhtml file to an external css file?
- True or False - You can create Media Specific Style sheets
- True or False - Selector {Property: Value; Property: Value;} is the proper way to code a style rule
- How are the id and class tags different?
- id and class are particularly useful with which XHTML tags?