e.,
the color of the text).
CSS REFERENCE
479
D
Property Values Description Inherited
direction ltr | rtl Sets the direction of text flow. Yes
ltr: Left to right.
rtl: Right to left.
display No
empty-cells hide | show Yes
float left | none | right No
font Yes Shorthand for defining font properties in
a single declaration. Values can include
any or all of the following: font-style,
font-variant, font-weight, font-size,
line-height, and font-family.
Any omitted values revert to default
settings, but font-size and font-family
are mandatory.
If font-style, font-weight, and
font-variant values are included, they
should appear at the start of the rule,
prior to the font-size value.
Defines whether an element floats left or
right (allowing other content to wrap
around it) or displays inline (by using the
none value).
See also Chapter 7, ???The float property.???
Determines whether empty table cell
borders show when using the separated
borders model. (See border-collapse.)
States how an element is displayed on the
page. The most common values are none,
block, and inline, which all happen to be
well supported.
See several of the exercises in Chapters 5
and 7 for more on this property.
block | inline |
list-item |
none | run-in |
inline-block |
table |
inline-table |
table-caption |
table-cell |
table-column |
table-columngroup
| tablefooter-
group |
table-headergroup
| table-row
| table-rowgroup
|
table-row
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
480
Property Values Description Inherited
font (continued) Yes
font-family Yes
font-size Yes
Continued
Sets the size of a font.
Pages:
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566