CSS border-bottom-style Property


The border-bottom-style property in CSS is used to set the style of the bottom border of an element.

Syntax:
border-bottom-style:none|hidden|dotted|dashed|solid|double|groove|
ridge|inset|outset|initial|inherit;

Property Values:

none: It is the default value and it makes the width of bottom border to zero. Hence, it is not visible.

Example -