HTML Unordered List
The HTML Unordered List tool generates the code necessary to create an HTML unordered list using the <ul> tag. The following options are available via the tool:
Number of Items: This determines the number of <li> tags, or list items in the unordered list.
Numbering Style: This determines the numbering style of the list. Options include the default
numbering style, disc, circle, and square.
The following is an example of the output generated by the HTML unordered list
tool:
<ul type="disc">
<li></li>
<li></li>
<li></li>
</ul>