Lists

li

Defines a list item. It can be used with both ordered lists(ol) or unordered lists(ul). Use the list-style CSS property to specify the list style.

Syntax

<li attributes> ... </li>

Example

<ul>
   <li >First on the list </li>
   ...
</ul>

Related tags

CSS Properties

HTML attributes

Search the Soup!