Monthly Archives: November 2009

DIV Basics Using CSS

Introduction Divisions or “div” are a ‘block level element’, meaning they have the “block” attribute already inherited. Divs are used to display content in a block format much like tables but also used to define sections of a web page. … Continue reading

Posted in CSS | Tagged , , | Leave a comment

Tutorial: Creating Custom Link Colors

This tutorial will focus on creating custom link colors that can be applied to any web browser using CSS.  Be default, the link color on most browsers is blue and the visited link color is violet. Not only can you … Continue reading

Posted in Tutorials | Tagged , , | Leave a comment

The Basics of CSS

This section will only be helpful if you know the basic understanding of HTML. What is CSS? CSS (Cascading Style Sheets) is the standard way of presenting and formatting a web page. The middle word, Style, basically describes its purpose. … Continue reading

Posted in CSS | Tagged | Leave a comment