CSS Border-Style Property

Description:
Specifies the border style of an element. Used as a shortcut to
determine the entire border style in one rule.
Syntax:
border-style: [border-style1] [border-style2] ...
Possible Values:
- none
- hidden
- dotted
- dashed
- solid
- double
- groove
- ridge
- inset
- outset
- inherit
Initial Value:
None
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
H2 {border-style: dotted;}
Visual Example:
Visual Example:
Border: none
Border: dotted
Border: dashed
Border: solid
Border: double
Border: groove
Border: ridge
Border: inset
Border: outset





