Li

In HTML, the <li> tag is used to define a list item within an ordered list (<ol>) or an unordered list (<ul>). It is a structural element used to represent each individual item in a list.

(ChatGPT, February 23, 2024)

Constructors

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

Functions

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