Website Tutorials
For Beginners
HTML Help & Tutorials
Dreamweaver Tutorials
Home > HTML Tutorial
HTML Tutorials - CSS
Getting Started    CSS    Text    Linking    Graphics    Fill-out Forms    Frames    Comments

What is CSS?

CSS is short for Cascading Style Sheets, which is a simple styling language which intended to simplify the process of making web pages representable.

CSS handles the look and feel of web pages. Using CSS you can control the color of the text, the web page layouts, what background images or color are used, as well as a variety of other effects.

CSS Benefits

Web sites designed in CSS are faster to change and update. Because the web page styles are reduced to a single or several CSS files. CSS speeds the time it takes to develop and update site layouts.

It's important to know that   you don't have to use CSS when creating web pages.   You can just use normal HTML style tag attributes. CSS is only needed for advanced web page designs.

Click here if you like to learn more about CSS.


Getting Started    CSS    Text    Linking    Graphics    Fill-out Forms    Frames    Comments