remove bullets from list css

CSS
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}list-style-type: none,ul
{

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

} list-style: none<ul style="list-style: none;">
 <li>List item with no bullet</li>
 <li>Second item</li>
</ul>   ul
{

  list-style-type: none;

    
margin: 0;

    
padding: 0;

}
 
Source

Also in CSS: