- Home
- Style Sheets
- What Is CSS ? Understanding CSS
What Is CSS ? Understanding CSS
- By Jhon Mark
- Published 06/13/2007
- Style Sheets
- Unrated
Jhon Mark
View all articles by Jhon Mark
What Is CSS?
Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation is specified with styles that are placed directly into HTML elements, the head of the HTML document, or separate style sheets.
Style sheets contain a number of CSS rules. Each rule selects elements in an HTML document. These rules then define how the elements will be styled.
Any number of HTML files can be linked to a single CSS file.

