From Htmlpedia
Contents |
[edit]
HTML Element LI
[edit]
Definition and Usage
The <li> tag defines an item inside of <ol> or <ul> tags.
[edit]
Examples
<ol> <li>Item One</li> <li>Item Two</li> </ol>
<ul> <li>Item One</li> <li>Item Two</li> </ul>
[edit]
Outputs
- Item One
- Item Two
-and-
- Item One
- Item Two
[edit]
Attributes
Have been depreciated in favor of CSS styles.
