description & Usage

We use the border-bottom-style property to determine the style and mode of the bottom border.

Informations

# Description
Default Value none
Inherited no
Animatable no
Version CSS1
JavaScript syntax object.style.borderBottomStyle="dotted"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-bottom-style

Syntax

Values

Values Description
none It does not set any boundaries.
hidden Defines a hidden and invisible margin.
dotted The margin of the point determines the point.
dashed A border with dotted lines defines a patch.
solid Defines a border with a straight line.
double Defines a double margin.
groove Defines a 3D grooved border.
ridge Specifies a 3D dashed border.
inset Defines a 3D inner border.
outset Defines a 3D outer border.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.