how to remove the ul dot code example
Example 1: eliminate dots li
ul {
list-style-type: none;
}
Example 2: how to remove dot from li
- List item with no bullet
- Second item
ul {
list-style-type: none;
}
- List item with no bullet
- Second item