Will the list item Germany have a bullet point or a number before it on this website?

A numberA bullet point<html>
<body>
  <ul>
   <li>Top Economic Powers
    <ul>
     <li>Europe
      <ol>
       <li>
        Germany
       </li>
      </ol>
     </li>
    </ul>
   </li>
  </ul>
</body>
</html>]]>

Germany has a number in front of it because it's part of an ordered list.