List Item <li>

Block-level/Inline?:Neither. Can contain just about any item that can go in the body.
Empty?:No

A List Item <li>, is simply that, a list item. For rules on nesting lists, see ol or ul. <li> can contain block-level and inline elements, or just plain text, or some combination of these. The only parents an <li> should ever have are either a ol or a ul."

Back to Knowledge Dump