border-style
Name: border-style
Description: Specifies the border style of an element. Used as a shortcut to determine the entire border style in one rule.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- {1,4}
- dashed
- dotted
- double
- groove
- hidden
- inherit
- inset
- none
- ridge
- solid
- outset
Code Example:
H2 {border-style: dotted;}