Just like in ordered lists, we'll use the <li> tag to add list items.

<html>
 <body>
  <ul>
   <li>Harry</li> 
   <li>Hermione</li>
   <li>Ron</li>
  </ul>
 </body>
</html> 
]]>

You're listing these items like a pro!

Every list item needs to be in between <li> and </li>.