Ul
class Ul(attributes: Attributes, classes: ClassesInterface, children: List<LiInterface>) : AbstractTagBuilder<TagInterface> , UlInterface
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)