Menu
The ul tag, or Unordered List element, is used to designated an unordered (bulleted) list.
The <li> tag is used inside of the <ul> tag to designate each list item.
<ul>
<li>A list item in an unordered list</li>
<li>Another list item in an unordered list</li>
<li>And another list item in an unordered list</li>
</ul>User-submitted codepen.io examples of <ul> ↴
Submit a codepen.io link that demonstrates <ul>: