Ul

In HTML, the <ul> tag is used to define an unordered list. An unordered list is a list of items where the order of the items does not matter, and typically each item is preceded by a bullet point.

(ChatGPT, February 23, 2024)

Constructors

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

Functions

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