borderwidth
Borderwidth describes the thickness of the border surrounding an element. In web design this thickness is controlled mainly by the CSS property border-width, which can apply to all sides of an element or to individual sides (top, right, bottom, left).
Border width accepts length values such as 1px, 0.5em, or keyword values thin, medium, and thick. A
Shorthand syntax allows specifying widths for multiple sides at once, for example border-width: 2px or border-width:
In the CSS box model, the border is drawn outside the element's content and padding, and its
Beyond CSS, the term borderwidth appears in GUI toolkits such as Tkinter, where a widget parameter named