How do you remove the bullets from an unordered list?
<ul ___> <li>Item</li> </ul>
Use mark="none"
mark="none"
Use bullet="false"
bullet="false"
Use style="list-style-type:none"
style="list-style-type:none"
Use type="none"
type="none"