|
..... |
|
![]() |
||||||
There are two kinds of lists in HTML
i) ORDERED List : This list is used to create NUMBERED List. You use the <ol> tag to create an ORDERED List. ii) UNORDERED List : This list is used to create BULLETED List. You use the <ul> tag to create an UNORDERED List. <li> : This tag is used to denote the list items, You use this tag in both ORDERED and UNORDERED list. Browser Support
The <li> tag is supported in all major browsers. Example:
How the HTML code above looks in a browser:
Previous Next |
![]() |