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”.

Related Resources:

  • No Related Resources

Related posts:

  1. Classy personal portfolio in Fireworks tutorial :: design tutorials, inspiration
  2. CSS TUTORIAL
  3. Work Basics: Using History (VIdeo Included)
  4. CSS Shortcuts Tutorial
  5. Draw characters from photos. Adobe Illustrator Tutorial