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