Complete Style Control Reference
The BorderStyle property is used to set or return the border style of a control.
| Value | Description |
|---|---|
| NotSet | Border style is not set |
| None | Defines no border |
| Dotted | Defines a dotted border |
| Dashed | Defines a dashed border |
| Solid | Defines a solid border |
| Double | Defines two borders. The width of the two borders are the same as the border-width value |
| Groove | Defines a 3D grooved border. The effect depends on the border-color value |
| Ridge | Defines a 3D ridged border. The effect depends on the border-color value |
| Inset | Defines a 3D inset border. The effect depends on the border-color value |
| Outset | Defines a 3D outset border. The effect depends on the border-color value |
The following example sets the border style of a table:
Set the border color of a Button control (with declaration and script)
Complete Style Control Reference
Your message has been sent to W3Schools.