There was an error while loading. Please reload this page.
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
<ul>
<li>
The list items will be marked with bullets (small black circles) by default Code:
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
Preview:
An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
<ol>
The list items will be marked with numbers by default:
Code:
</ol>