border-top-style
Name: border-top-style
Description: Specifies the top border style of an element.
Browser Compatibility: IE 4+ / NN 6+
Inherited: No
Values:
- dashed
- dotted
- double
- groove
- hidden
- inherit
- inset
- none [Initial value]
- ridge
- solid
- outset
Code Example:
H2 {border-top-style: dotted;}