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