HTML <li> Tag
ExampleOne ordered and one unordered HTML list:
Try it yourself » (more examples at the bottom of this page) |
Definition and Usage
The <li> tag defines a list item.
The <li> tag is used in both ordered (<ol>) and unordered (<ul>) lists.
Differences Between HTML and XHTML
NONE
Tips and Notes
Tip: Use CSS to define the type of list and list item.
No comments:
Post a Comment