List item tag

The <li> tag places a bullet in front of the text that it encloses, as shown in the following code:

Grocery list:
<li>Apples</li>
<li>Oranges</li>
<li>Lemons</li>

This code example would render as follows:

Grocery list: