get rid of the dot on a ul code example
Example 1: how to remove the dots from ul
ul {
list-style: none;
}
Example 2: remove dot from ul
ul {
list-style-type: none;
}
ul {
list-style: none;
}
ul {
list-style-type: none;
}