what is the use of list tag li in web page ,? give examples
Answers
Answered by
4
Answer:
The HTML <li> element is used to represent an item in a list. It must be contained in a parent element: an ordered list ( <ol> ), an unordered list ( <ul> ), or a menu ( <menu> ). In menus and unordered lists, list items are usually displayed using bullet points.
Similar questions