Now add the Bottoms and Accessories list items.

<html>
 <body>
  <h3 style="padding:0px; margin:0px;">Hipster Clothes Inc.</h3>
  <ul>
   <li>Tops</li>
   <li>Bottoms</li>
   <li>Accessories</li>
  </ul>
 </body>
</html>
]]>

Make sure the content of each list item is between the opening tag <li> and the closing tag </li>.