CSS Border-Left Property

Description:
A shorthand property used to specify the color, style, and width of
the left border of an element.
Syntax:
border-left: [border-style1] [border-style2] ...
Possible Values:
- [border-width]
- [border-style]
- [border-color]
- inherit
Initial Value:
See individual properties
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
H2 {border-left: 3px dotted #6699FF;}
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





