What's true about the list item Trevor Noah?

The list item has a bullet point in front of itThe list item has the number 1 in front of itThe 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.