The <li>
tag is used to introduce items of ordered and unordered lists. It's a container tag nested in the <ol>
and <ul>
tags, respectively, and it hosts one item of the list. This item can be any type of information: text, images, links, line breaks, and even other lists!