HTML Elements - Content can be other HTML elements
<ul>
<li>Tea</li>
<li>Coffee</li><li>Water</li>
</ul>
ul
is an unordered listli
is a list item
<ul>
<li>Tea</li>
<li>Coffee</li><li>Water</li>
</ul>
ul
is an unordered listli
is a list item