* Unordered (bulleted) List Tags:
<ul>
This HTML tagged text:
<ul>
<li>This is an unordered or bulleted list.
<li>The List tag for this type of list is <b><ul></b>.
<li>The Item tag is <b><li></b>.
<ul> <li>The bullets usually change in nested lists.
<ul> <li>The bullets usually change in nested lists.
<ul> <li>The bullets usually change in nested lists.
</ul>
</ul>
</ul>
</ul>
produces a screen display that looks like:
- This is an unordered or bulleted list.
- The List tag for this type of list is <ul>.
- The Item tag is <li>.
- The bullets usually change in nested lists.
- The bullets usually change in nested lists.
- The bullets usually change in nested lists.