Hr

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)

Constructors

Link copied to clipboard
constructor()
constructor(classes: AttributeInterface)
constructor(attributes: Attributes)
constructor(attributes: Attributes, classes: AttributeInterface)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String