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

Class

Setting a class in CSS is quite easy, but very useful. If there are more than one items which you wish to give styles to then this is for you.

Setting a .class in CSS
To set a class, pick a word which will identify the area which will use the class in. For example, if you wish to highlight certain words, use the word highlight as the class. The only thing you have to do after that is put a period infront and there you go. Example: .highlight { color: #c00; }

Using a .class in HTML
To use a class in HTML, it is easy. Just use class as in attribute. For example: <div class="highlight">