Style border Left Width Property

Style border Left Width Property


Style border Left Width Property
It sets the width of an element's left border. It is used to set the width of the left border of an Element. 
Browser Support
The numbers in the table specify the first browser version that fully supports the property.
 
Property
 
chrome
 
firefox
 
microsoft edge
 
opera
 
border-left-width
 
1.0
 
1.0
 
4.0
 
3.5
 
Syntax
border-left-width: medium|thin|thick|length|initial|inherit;                               
Example
Output
Property Values
 
Value
 
Description
 
Medium
 
Specifies a medium left border. This is default
 
Thin
 
Specifies a thin left border
 
Thick
 
Specifies a thick left border
 
Length
 
Allows you to define the thickness of the left border.
 
Initial
 
Sets this property to its default value.
 
Inherit
 
Inherits this property from its parent element.
 
Technical Details
 
Default value:
 
medium
 
Version:
 
CSS1
 
Inherited
 
no
 
Animatable
 
yes
 
JavaScript syntax:
 
object.style.borderLeftWidth="5px"