Create an unordered list around the list items.

<html>
<body>
  Tops
  <ul>
   <li>Shirt</li>
   <li>Blouse</li>
  </ul>
</body>
</html>]]>

Unordered lists start with <ul> and end with </ul>.