February 2006
Intermediate to advanced
826 pages
63h 42m
English
width
Defines the width of an element’s content area. Padding, borders, and margins are added to this value. Negative values are not permitted.
<length> | <percentage> | auto | inherit
auto
Block-level elements and replaced elements (such as images).
No.
Refer to the width of the containing block.
The percentage value or auto
as specified or the absolute length; auto if the property does not apply.