HomeReferencesHTML Tags

HTML Tag: ul

Unordered list. Defines a list that has no logical sequence. Used in conjunction with li to define the list items.

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>