Use the correct tags to create an unordered list.

<html>
<body>
  NBA All-Stars
  <ul>
   <li>Stephen Curry</li>  
   <li>Kevin Durant</li>
   <li>LeBron James</li>
  </ul>
</body>
</html>]]>

Make sure to add <ul> at the beginning and </ul> at the end.