[http://creativecommons.org/licenses/by/3.0/]
This work is licensed under a CC
Attribution 3.0 Unported License [http://creativecommons.org/licenses/by/3.0/]
Cascading Stylesheets (CSS) have been designed as a language for better separating presentation-specific issues from the structuring of documents as provided by HTML. CSS uses a simple model of selectors and declarations. Selectors specify to which elements of a document a set of declarations (each being a value assigned to a property) apply; in addition there is a model of how property values are inherited and cascaded. The biggest limitation of CSS is that it cannot change the structure of the displayed document.
pollutedby layout information
<head>
<title>CSS Usage</title>
<link rel="stylesheet" href="http://dret.net/dretnet.css" type="text/css"/>
<style type="text/css"> li { color : red } </style>
</head>
<body>
<p>some text in a paragraph..</p>
<ol>
<li>an ordered list's first item</li>
<li style=" text-decoration : underline ">and the second one</li>
</ol>staffand
facultyand
currentand
pastas classification
deprecated
quotes: q:before { content : open-quote }
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }| Automatic | Fixed | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|