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.
<li attributes> ... </li>
<ul> <li >First on the list </li> ... </ul>