W3Schools Tryit Editor

PHOTO EMBED

Fri Jul 07 2023 19:09:59 GMT+0000 (Coordinated Universal Time)

Saved by @spcallen55 #undefined

<!DOCTYPE html>
<html>
<body>
​
<h2>Unordered List without Bullets</h2>
​
<ul style="list-style-type:none;">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>  
​
</body>
</html>
​
​
content_copyCOPY

https://www.w3schools.com/html/tryit.asp?filename