HTML List Generator

This tool will create ordered lists or undordered lists. All you have to do is write a list of item below.

Text:
List Type:

Preview

  1. Item #1
  2. Item #2
  3. Item #3

HTML

<ol>
  <li>Item #1</li>
  <li>Item #2</li>
  <li>Item #3</li>
</ol>