Next, add the "Bottoms" and "Accessories" titles to the list.

Nice job! You put together a nice list of categories for the website.

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

<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>
]]>