The border property specifies the border of an element.
The border of the horizontal rule can be specified by applying this property to the HR element.
hr {
border: 1px #ff0000 solid;
height: 10px;
}
Property |
Value |
Explanation |
border |
each value |
sets width, color, and style |
Example