CSS

Style sheets or cascading style sheets, (CSS) allow you to modify the appearance and presentation of any element on an HTML page:

CSS

introductionwhat is a style sheet? what do we use it for?
syntax(1)what is the html syntax used to explore the possibilities of style sheets on an html document?
syntax(2)with how much precision can we choose which element we want to apply the style sheet to?
standardCascading Style Sheets (CSS) are defined by a standard. How to scan the W3C's document and find the information required quickly and easily?
eg.: h1an initial, simple example applied to the tag H1
eg.: linksto change the presentation of links, what common modifications can we make to...
eg.: scrollbarit isn't in the standard, but internet explorer allows us to change the color of the scrollbar
eg.: tablesay goodbye to the headache of table borders. Thanks to CSS you can totally control their appearance.
mediawe can apply several style sheets to the same document...