|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<LI></LI>Defines a list item |
|
|
Element used to define a list item within the confines of ul, ol, dir and menu elements. It would be noted that the dir and menu elements aren't used much and usually browsers treat them just like ul. They're just here out of respect for their age. <html> <head> <title>A List</title> </head> <body> . . <ul> ==>> <li>Apples</li> ==>> <li>Bananas</li> ==>> <li>Oranges</li> </ul> . . </body> </html> HTML 3.2 FinalThe li element can contain lists of it's own, so you can knock yourself out doing this element.
NetscapeNothing special. Microsoft Internet ExplorerNothing special. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |