Add the tags to create an unordered list.
<html>
<body>
Best musicians
<ul>
<li>Freddie Mercury</li>
<li>Mozart</li>
<li>Kanye West</li>
</ul>
</body>
</html>]]>
Make sure to pick
<ul>
and
</ul>
.