border-bottom-width CSS Property
border-bottom-width is a property of CSS that set the width of single border bottom edge of an element, values can be thick, thin or any custom size.
Definition Of border-bottom-width property:
The border-bottom-width is a property of CSS that use to set the width of border bottom of elements
What border-bottom-width property can do?
This border-bottom-width property set the width of bottom of border, note, that border-style property must always set before the border-bottom-width property in order to get required results.
How to use CSS border-bottom-width property?
Syntax:
1
border-bottom-width: thin | medium | thick | lengt
Example:
1
border-bottom-width:20px;
How to use CSS border-bottom-width property in Javascript?
You can set value of border-bottom-width property with Javascript in following manner:
1
object.style.borderBottomWidth="thin"
Related posts
- orphans
- text-indent
- image-resolution
- line-stacking
- text-justify
- mark-before
- nav-index
- hanging-punctuation
- column-rule
- voice-pitch
Tags: border-bottom-width, border-bottom-width property, CSS border bottom width

No Response
Post your response