List to HTML Converter

Convert plain text bullet lists to HTML ordered or unordered lists. Supports nested lists with indentation.

3.1Kuses
8.5/10(210)
<ul>
  <li>Item 1</li>
  <li>Item 2</li>

  <ul>
    <li>Sub-item 2a    <li>Sub-item 2b</li>
    </ul>
  </li>
  <li>Item 3</li>

  <ul>
    <li>Sub-item 3a
    <ul>
      <li>Sub-sub-item 3a-i      </ul>
    </li>
    </ul>
  </li>
  <li>Item 4</li>
</ul>

How to Use

  1. Type or paste your list items (one per line).
  2. Use spaces or tabs to create nested sub-lists.
  3. Choose ordered or unordered list type.
  4. Copy the generated HTML code.

Disclaimer:This tool is provided β€œas is” for informational and educational purposes only. Results may not be 100% accurate. ToolBird makes no warranties, express or implied, regarding the accuracy, reliability, or completeness of any output generated by this tool. This tool does not constitute professional, legal, financial, medical, or tax advice. Always consult a qualified professional for important decisions. By using this tool, you agree that ToolBird and its operators shall not be held liable for any damages, losses, or consequences arising from the use of this tool or reliance on its results. All processing occurs in your browser β€” we do not store, transmit, or access your data. Use at your own risk.