coding that removes list marker from nav in css

CSS
   ul
{

  list-style-type: none;

    
margin: 0;

    
padding: 0;

}
 
Source

Also in CSS: