Difference between revisions of "CSS"

From Market Ruler Help
Jump to: navigation, search
(Created page with ''''CSS''' stands for '''C'''ascading '''S'''tyle '''S'''heet, and is a syntax for separating web page content (HTML) from the design. '''CSS''' files are linked to a web page…')
 
(No difference)

Latest revision as of 03:08, 23 February 2011

CSS stands for Cascading Style Sheet, and is a syntax for separating web page content (HTML) from the design. CSS files are linked to a web page document using the link syntax:

<link rel="stylesheet" href="style.css" media="all" />

CSS files typically end with the file extension .css