Home → References → HTML Tags →
HTML Tag: ul
Unordered list. Defines a list that has no logical sequence. Used in conjunction with li to define the list items.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<ul>
<li>This</li>
<li>That</li>
<li>The other</li>
</ul>

