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>
The li element can contain lists of it's own, so you can knock yourself out doing this element.
Nothing special.
Nothing special.
Nothing special.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:45 -0500
URL: ./htmlgd/tagli.html