Example

A simple border-block-start-style property example:

Laboratory

description & Usage

To determine the initial border style of a block, we use the border-block-start-style property.

Informations

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

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-block-start-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.
rigde 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.