uL
In HTML, the ul element represents an unordered list. It is used to group a collection of items where the order of the items is not meaningful. The ul acts as a container for one or more li elements, and by default browsers render bullets for each item.
The content of a ul is a sequence of li elements. Each li represents a list item.
Semantics and accessibility: The ul is a structural element that conveys a list to assistive technologies.
Styling: The list style and layout are typically controlled with CSS. The bullet shape is controlled by
Attributes: ul supports global HTML attributes (id, class, title, data-*, aria-*). It does not have a type
Browser support and usage: The ul element is part of the core HTML specification and is supported