remove-bullets-from-unordered-html-list

15y, 173d ago [edited]

How do you remove the bullets from an unordered html list?

<ul style='list-style-type: none'>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
</ul>

Use css style list-style-type: none of course!


Comments

hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!

Leave first comment to start a conversation!