From http://www.w3schools.com (Copyright Refsnes Data)
The border-before-style property specifies the border-style on the before-edge.
The border-after-style property specifies the border-style on the after-edge.
The border-top-style property specifies the border-style on the top-edge.
The border-bottom-style property specifies the border-style on the bottom-edge.
The border-start-style property specifies the border-style on the start-edge.
The border-end-style property specifies the border-style on the end-edge.
The border-left-style property specifies the border-style on the left-edge.
The border-right-style property specifies the border-style on the right-edge.
| Value | Description |
|---|---|
| none | Default. No border |
| hidden | A hidden border |
| dotted | The border is a dotted line |
| dashed | The border is a series of short line segments |
| solid | The border is a solid line |
| double | The border is two solid lines |
| groove | The border looks like it were carved into the canvas |
| ridge | The border "comes out" of the canvas |
| inset | The border looks like it were embedded in the canvas |
| outset | The border "comes out" of the canvas |
From http://www.w3schools.com (Copyright Refsnes Data)