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
<ul style="list-style: none;">
<li>List item with no bullet</li>
<li>Second item</li>
</ul>