list without dot code example
Example 1: how to remove the bullet in li
ul {
list-style-type: none;
}
Example 2: css list no bullets
#my-list-element {
list-style-type: none;
padding-left: 0px;
}
Example 3: html list without bullets
style="list-style-type:none;"