[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-LI
Used to define a list item within a list.
Attributes
(only for UL lists) Specifies the bullet type for the list item. Options include disc, circle, and square.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-LI
LI
UsageUsed to define a list item within a list.
Attributes
type=""
(only for UL lists) Specifies the bullet type for the list item. Options include disc, circle, and square.
Live Example
<html> <head><title>LI Document Example</title></head> <body> <ul> <li type="disc">List Item 1 <li type="disc">List Item 2 <li type="disc">List Item 3 <li type="disc">List Item 4 </ul> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
