 |
Cascading Style
Sheets (CSS) are a collection of formatting rules which
control the appearance of content in a web page.
With CSS styles you have great flexibility and control
of the exact page appearance, from precise positioning
of layout to specific fonts and styles. |
|
 |
| |
Cascading Style Sheets (CSS) are a
collection of formatting rules which control the
appearance of content in a web page. With CSS styles you
have great flexibility and control of the exact page
appearance, from precise positioning of layout to
specific fonts and styles.
A CSS style rule consists of two parts—the selector and
the declaration. The selector is the name of the style
(such as TR, or P) and the declaration defines what the
style elements are. The declaration consists of two
parts, the property (such as font-family), and value
(such as Helvetica). |
|
|