Term
Cascading Style Sheets (CSS) |
|
Definition
The W3C standard for defining the presentation of documents written in HTML, and in fact, any XML language. |
|
|
Term
|
Definition
-Precise type and layout controls -Less work -More accessible sites -Reliable browser support |
|
|
Term
|
Definition
Identifies the element or elements to be affected |
|
|
Term
|
Definition
Provides the rendering instructions for an element in CSS.
selector { property: value; } |
|
|
Term
|
Definition
selector { property1: value1; property2: value2; property3: value3; } |
|
|
Term
|
Definition
A separate, text-only document that contains a number of style rules. It must be named with the .css suffix. The .css document is then linked to or imported into one or more HTML documents. In this way, all the files in a website may share the same style sheet. |
|
|