CSS Border-Left-Style Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the style of the left border of an element.

Syntax

border-left-style: [border-style];

Possible values

  • none
  • hidden
  • dotted
  • dashed
  • solid
  • double
  • groove
  • ridge
  • inset
  • outset
  • inherit

Initial Value

None

Applies To

All elements

Inherited

Yes

Media

Visual

Example

H2 {border-left-style: dotted;}


View All CSS Properties