| |
Description
| |
The type attribute is used to define what type of numbering
system your list item will use. Not using this attribute defaults the
type to type declared in the <ol> tag or
<ul> tag. Other acceptable values include "A",
which uses uppercase letters starting with A; "a", which uses
lowercase letters starting with a; "I", which uses uppercase Roman Numerals
starting with I; and "i", which uses lowercase Roman Numerals starting with
i.
|
Code
| |
<li type="A">YOUR TEXT HERE</li>
|
Appearance
|