| Syntax | none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset | initial | inherit |
| Initial value | none |
| Applies to | all elements |
| Inheritance | false |
| Type of computed value | UINT |
| Functions |
element::setBorderStyle() element::getBorderStyleStr() element::getBorderStyle() element::testBorderStyle() |
| Shorthand |
This is a shorthand for the following properties: border-top-style, border-right-style, border-bottom-style, border-left-style Possible number of items: 4, 3, 2, 1 |
| none | Keyword. |
| hidden | Keyword. |
| dotted | Keyword. |
| dashed | Keyword. |
| solid | Keyword. |
| double | Keyword. |
| groove | Keyword. |
| ridge | Keyword. |
| inset | Keyword. |
| outset | Keyword. |
| initial | Keyword. Sets the property to its initial value. |
| inherit | Keyword. Inherits the value from the parent element. |