borderbottom
Border-bottom is a CSS property used to define the bottom border of an element. It can be applied as a shorthand to set the width, style, and color in a single declaration, or as separate longhand properties to target specific aspects of the bottom border.
Syntax and values: The shorthand takes the form border-bottom: [border-width] [border-style] [border-color]; for example, border-bottom: 2px
Border width accepts values such as thin, medium, thick, or explicit lengths (px, em, etc.). Border style
Usage and effects: In standard layout, the bottom border is part of the element’s box model and
Browser support and variants: Border-bottom is widely supported across all modern browsers and does not require