CSS

Cascading Style Sheets (CSS) is a stylesheet language used to describe how the presentation of a document written in a markup language is to be displayed. Its most common application is to style web pages written in HTML

CSS can be used locally by web page readers define colours, fonts, layout, and other aspects of document presentation. It is designed mostly to split content (words and images) from the HTML code.

Suppose you created your first page with a red coloured heading then created some more pages with the same heading, then you decided to change the heading to blue. Without using style sheet to define the heading you would have to visit every page and change the heading. But you use a CSS style sheet to define the heading all of the pages change when you change the CSS.

This goes for just about everything about the presentation of your web pages, Imagine having hundreds or thousands of pages without CSS styling!

Below we will give you more css information tips and tutorials. here are some useful links to other css resources
w3.org
learn css at w3schools.com

Related Articles


Custom Search