HTML <ul> Tag

If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!

Description

The <ul> HTML element is used for specifying an unordered list (or un-numbered list). You use the <li> tag to list each item in the list. If you need to display an ordered list, you will use the <ol> tag.

Properties

Permitted Parents
Any element that accepts flow content
Content
One or more <li> elements
Start/End Tags
Start tag: required, End tag: required

Example

<ul>
<li>Mouse</li>
<li>Cat</li>
<li>Dog</li>
</ul>

Attributes

None

Global Attributes

The <ul> tag also supports the Global Attributes in HTML5

Event Attributes

The <ul> tag also supports the Event Attributes in HTML5

Browser Support

The following table will show you the current browser support for the HTML <ul> tag.

Desktop
Edge Chrome Firefox Opera Safari
1211154
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
184143.214.4

Last updated by CSSPortal on: 30th September 2023