Lists

ul

Creates a unordered list. This tag is used together with list item(li) element to define each list item.

Syntax

<ul attributes> ... </ul>

Example

<ul>
   <li>Unordered item 1</li>
   ...
</ul>

Related tags

CSS Properties

HTML attributes

Search the Soup!