Second Term Review Questions
The Browser address

- How do you tell if you're debugging from the server or your local copy? What's the difference?
- If I'm trying to change something in a large site, how do tell what folder it's on on the server? Where would I find the page above?
Tag Order in HTML
Which of these is Correct:
- <p>My dog is <em>veryactive.</em> </p>
- <p>My dog is <em>very active.</p></em>
CSS Selectors
- What is a CSS Selector? What does it do?
- If you see a "." in a Selector - what does that mean?
- What does a "#" mean
- What if you don't see any symbol in front of the selector - what does that mean?
- What are the three major types of selectors and what's different about them?
- what's the difference between these:
- .special {}
- p.special{}
Self-closing Tags
What is a self-closing tag? Name three.
Charset / Doctype
What are these and do they have anything to do with each other?
Title Tags
Why are Title tags important and where are two places you'll see them used while browsing?
What is the proper use of Tables
Can I use tables to format my layout?
Page Updated
01.16.2010
