HTML Tag (List Item) Tutorial
HTML provides the <li> tag to create a list item. The <li> tag can be used to create ordered, unordered and menu lists. These lists can be created with the <ol> (Ordered list), <ul> (Unordered list) and <menu> (Menu list) tags. Every item in these lists can be created using the <li> tag. The <li> … Read more