HomeReferencesHTML Tags

HTML Tag: li

List item. Used in conjunction with ul or ol to make an unordered list or ordered list respectively.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

Example


<ul>
	<li>This</li>
	<li>That</li>
	<li>The other</li>
</ul>