Unordered list -> no dots shown

Hi guys!
When i’m trying out the order list types , i get no bullet points when i’m using an ul.
what am i doing wrong? i also added a certain type of bullet but it’s not showing.

<!DOCTYPE html>

<html lang="en">

<head>

   <meta charset="UTF-8">

   <meta http-equiv="X-UA-Compatible" content="IE=edge">

   <meta name="viewport" content="width=device-width, initial-scale=1.0">

   <title>Hello, Moralis!</title>

</head>

<body>

   <h1>Hello, Morallis!</h1>

   <h2>Part 1: Example</h2>

   <p>Lorem ipsum dolor sit amet.</p>

   <p>Iure dolore quisquam dolorum perferendis?</p>

  

   <h2>Part 2: Building a DEX</h2>

   <ol>

       <li>Bitcoin</li>

       <li>Ethereum</li>

       <li>Tether</li>

   </ol>

   <ul type="circle">

       <li>Bitcoin</li>

       <li>Ethereum</li>

       <li>Tether</li>

   </ul>

  

   <ul>

     <li>bitcoin</li>

     <li>ethereum</li>

   </ul>

</body>

</html>

test

This is weird🤔, I copied your html code and working all fine.

Hmm this is weird indeed… Can it be something in my visual studio settings?

I don’t think it is from VS setting, may be if you add some style it could be from it.