CSS Border-Left-Style Property

Description:
Specifies the style of the left border of an element.
Syntax:
border-left-style: [border-style];
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-left-style: dotted;}
Visual Example:
Visual Example:
Border-Left: none
Border-Left: dotted
Border-Left: dashed
Border-Left: solid
Border-Left: double
Border-Left: groove
Border-Left: ridge
Border-Left: inset
Border-Left: outset





