border-top
Name: border-top
Description: A shorthand property used to specify the color, style, and width of the top border of an element.
Browser Compatibility: IE 4+ / NN 6+
Inherited: No
Values:
- [border-color]
- [border-style]
- [border-width]
- inherit
Code Example:
H2 {border-top: 3px dotted #f0f0f0;}