- The list item has a bullet point in front of it
- The list item has the number 1 in front of it
- The list item has the number 2 in front of it
<html>
<body>
Writers
<ol>
<li>South African writers
<ul>
<li>Trevor Noah</li>
</ul>
</li>
</ol>
</body>
</html>]]>The list item has a bullet point in front of it.