|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<UL></UL>Contains an unordered list of items |
|
|
Element used to format and display an unordered list of items. <html> <head> <title>An Unordered List</title> </head> <body> . . ==>> <ul> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> ==>> </ul> . . </body> </html> HTML 3.2 FinalYou are allowed to specify a number of attributes for the list:
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 |