Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

CSS

CSS (Cascading StyleSheet) is used to "spice" up your site. It can also be used as a layout or for adding decorations and style to the web. Since you can easily change the way your page looks, I highly suggest using CSS.

If you wish to use CSS in the same file as you have your html, you may type this in the <head>:

<style type="text/css> and at the end of the CSS write </style>

You may also use a seperate file for your css (recommended). You must first save the file as .css and then type this into your .html file under <head>: <link href="url.css" rel="stylesheet" type="text/css"> or @import url("www.url.com");

Redefine tags
Redefining tags is one of the most useful CSS tool. To use this feature simply list the tag you wish to redefine and put brackets around the properties you wish to use. For example: h1 { font-size: 24px; }

Other uses
For other uses you will need to use either a .class or #id.

Links

Background
Border
Class
Clear
Color Scrollbar
Display
Float
Font
Height - Width
ID
Line Height
Links.php
List Style
Margin
Padding
Position
Text Decoration