li tag list style no bullet code example
Example 1: css list no bullets
#my-list-element {
list-style-type: none;
padding-left: 0px;
}
Example 2: html list without bullets
style="list-style-type:none;"
#my-list-element {
list-style-type: none;
padding-left: 0px;
}
style="list-style-type:none;"