H6

In HTML, the <h6> tag is used to define a level 6 heading. It is the lowest level of heading tag available in HTML.

The <h6> tag is typically used to represent headings of the least importance compared to headings defined with <h1>, <h2>, <h3>, <h4>, and <h5>. It's often used for sub-subsections or headings within a sub-subsection.

(ChatGPT, February 23, 2024)

Constructors

Link copied to clipboard
constructor(vararg children: InlineTagInterface)
constructor(attributes: Attributes, vararg children: InlineTagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, children: List<InlineTagInterface>)
constructor(attributes: Attributes, classes: AttributeInterface, children: List<InlineTagInterface>)

Functions

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