CSS Tutorial - The Basics

It's not a big secret that HTML is not a designer's dream come true. However, CSS (Cascading Style Sheets), provides better means for controling the design of a Web page.
CSS can be set up in three different places:
In the head of a document. This is called embedded.
In an HTML tag within the body of your document. The name of this is inline.
In an external document that is then linked or imported into your HTML documents. This is called external.
There is one important thing to consider. CSS is supported by IE3, IE4, and NS4 (but none supports all of the CSS capabilities). Also, whenever using embedded CSS make sure you "hide" the code from older browsers:

All the tutorials and tips about CSS will use this "hiding".

0 comments: