Hr
class Hr(attributes: Attributes, classes: AttributeInterface) : AbstractTagBuilder<TagInterface> , HrInterface
In HTML, the <hr>
tag is used to create a horizontal rule, also known as a thematic break or divider, in a webpage. It is a self-closing tag, meaning it does not require a closing tag.
(ChatGPT, February 26, 2024)