Stylesheets: The Tool of the Web Design Gods
Amaze your friends! Squash your enemies!
1. selector and a declaration
2. h1
3. HTML tag that the style is being attached to.
4. The declaration defines what the style actually is
5. the property and the value
6. Thus, you can attach stylesheet information to any kind of element, from normal p text to CODE and TABLE content.
7. it inherits the latter's declarations.
8. Embed a stylesheet within the HTML document,
Link to an external stylesheet from the HTML document,
Import an external stylesheet into the HTML document,
Add styles inline in the HTML document.
9. Leangth of the html page
10.Browser that doesnt support CSS.
11. display the stylesheets code itself!
12. You can type stuff imbetween them and they wont appear on your web site.
Next