border
Name: border
Description: Sets the border properties. Used as a type of shortcut, instead of listing each property separately.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- [border-color]
- [border-style]
- [border-width]
- inherit
Code Example:
P {border: medium dotted #FFF7B5}
Comments: If the border style is not specificed, the border itself will not be displayed as the default border style is none
.