width
Name: width
Description: Specifies the content width of block-level boxes.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- auto [Initial value]
- inherit
- [length]
- [percentage]
Code Example:
p {width: 150px;}
Comments: Padding, borders and margins are added to the outside of the content width.