xxxxxxxxxx
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
xxxxxxxxxx
ul {
list-style-type: none;
}
/* if you want to remove indentation , set padding: 0 and margin: 0 */
/* if you want inline code*/
<ul style="list-style: none;">
<li></li>
</ul>
xxxxxxxxxx
<style type="text/css">
ul {
list-style-type: none;
}
</style>
xxxxxxxxxx
list-style-type: none;
or
list-style: none;
or
list-style:outside none none;