Paste your lines of text, choose ordered or unordered, and the tool wraps them into a proper HTML list.
Indent lines with spaces or tabs to create nested list items. The generator will create proper nested <ul> or <ol> structure based on indentation.
<ul> creates bulleted (unordered) lists. <ol> creates numbered (ordered) lists. Use <ol> when sequence matters, <ul> for general lists.
Yes, you can nest <ol> inside <ul> and vice versa. Specify the type for each nesting level if your tool supports mixed lists.