border-bottom-style
Name: border-bottom-style
Description: Specifies the style of the bottom border 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-bottom-style: dotted;}