| Start Tag | Content | End tag | Notes | ||||
|---|---|---|---|---|---|---|---|
| Element | Attribute | Value | |||||
| < | ol | style= | "list-style-type:decimal;" "list-style-type:upper-alpha;" "list-style-type:lower-alpha;" "list-style-type:none;" "list-style-type:lower-roman;" "list-style-type:upper-roman;" |
> |
|
</ol> | Requires the
<li>list</li> to be within its tags. The Default ordered style type is style="list-style-type:decimal;" |
| < | ul | style= | "list-style-type:disc" "list-style-type:circle" "list-style-type:square" "list-style-type:none" |
> |
</ul>
|
Requires the
<li>list</li> |
to be within its tags. The Default unordered style type is style="list-style-type:disc" |
| < | li | > | List item. | </li> | REQUIRED within the ol or ul tags. | ||