🚀 Your All-in-One Toolbox — 100+ Free Online Tools

HTML List Generator

Create both ordered (ol) and unordered (ul) HTML lists with customizable styling options

Options

Item 1
Item 2
Item 3

Preview

  • Item 1
  • Item 2
  • Item 3

HTML

<ul>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ul>