take away the dot for unorder list html code example
Example 1: disable bullets in ul
ul{
list-style: none;
}
Example 2: ul hide bullet css
ul.ba {
list-style-type: none;
}
ul{
list-style: none;
}
ul.ba {
list-style-type: none;
}