border-left-style CSS Property
The CSS propert border-left-style enables us to set different styles for left border of an element, these styles or effects may also relay on the value of border-color
Definition Of border-left-style property:
The border-left-style is a property of CSS which is used to set the left border style of different elements.
What border-left-style property can do?
By applying border-left-style property we can make the presentation of left edge of border distinguish with the help of different values to set, for example, double, groove, dashed, dotted, inset, outset, hidden, ridge, etc.
How to use CSS border-left-style property?
Syntax:
1
border-left-style: styl
Example:
1
border-left-style:dashed;
How to use CSS border-left-style property in Javascript?
You can set value of border-left-style property with Javascript in following manner:
1
object.style.borderLeftStyle="inset"
Related posts
- font-emphasize-style
- text-outline
- visibility
- border
- border-bottom
- background-repeat
- quotes
- border-bottom-color
- rest
- box-align
Tags: border-left-style, border-left-style property, css border left style

No Response
Post your response