HTML Elements - Content can be other HTML elements

<ul>
  <li>Tea</li>
  <li>Coffee</li><li>Water</li>
</ul>

ul and li nodes

ul is an unordered list
li is a list item