The CSS border-width attribute is used to specify the width of an element's border, and can take one of the following values:
thin
A predefined thin border.
medium
A predefined medium border.
thick
A predefined thick border.
a length value ( ex. 10 pt )
The border's thickness has an explicit value. Explicit border widths cannot be negative.
View Source Exit
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.