how to get rid of dots on ul code example
Example 1: disable bullets in ul
ul{
list-style: none;
}
Example 2: how to remove bullet point from li
list-style-type: none;
Example 3: remove bullets from ul
list-style-type:none;
ul{
list-style: none;
}
list-style-type: none;
list-style-type:none;