HTML List Generator
This tool will create ordered lists or undordered lists. All you have to do is write a list of item below.
Preview
- Item #1
- Item #2
- Item #3
HTML
<ol> <li>Item #1</li> <li>Item #2</li> <li>Item #3</li> </ol>
Miscellaneous herp tools by Ugleh
This tool will create ordered lists or undordered lists. All you have to do is write a list of item below.
<ol> <li>Item #1</li> <li>Item #2</li> <li>Item #3</li> </ol>