Convert Text to HTML Lists (ul, ol)
Convert line-separated text into HTML <ul> or <ol> lists with this free online tool.
Optionally add class names or wrap each list item in a link.
Copy the generated HTML code and use it directly in your website or web project.
Sponsored Links
HTML Code
<ul>
<li>Apple</li>
<li>Grape</li>
<li>Banana</li>
</ul>Sponsored Links


