HTML List Generator

Preview HTML lists:

How does Listing Converter / HTML List Generator work?

You have some text and you want to format or generate with HTML unordered list(ul li) or ordered list (ol li). So it will help you to do the task.

Separator option:

Separator option work as a separator. If you have some content with new line (⏎) / comma(,) / hyphen (-) / semicolon (;) / spaces ( ) so you have to choose one option. Based on your separator option text will get separated and will create an unordered list(ul li) or ordered list (ol li).

Also, there is a more advanced option for custom Separators. Just enable the option and add your custom separator. That way you can create unordered list(ul li) or ordered list (ol li) based on your separator.

Examples:

Convert as unordered list:

Paste this text in input box Magic Convert Case HTML list maker to


	<ul>
		<li>Magic Convert Case HTML list maker</li>
	</ul>
	

Convert as ordered list:

Paste this text in input box Magic Convert Case HTML list maker to


	<ol>
		<li>Magic Convert Case HTML list maker</li>
	</ol>