html hide list bullet

CSS
ul
{

   
list-style-type: none;
  margin: 0;
  
  padding: 0;

} (css)

ul
{
    list-style-type: none;
}
Source

Also in CSS: