border-top-width
Name: border-top-width
Description: Specifies the top border width of an element.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- inherit
- [length]
- medium [Initial value]
- thick
- thin
Code Example:
H2 {border-top-width: 3px;}
H2 {border-top-width: thin;}
H2 {border-top-width: thin;}