CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: <ul> element

The <ul> Element

Text Content

The <ul> element creates an unordered list of items where changing the order of the items would not materially change the meaning of the list. Unordered list items are not numbered.

Attributes for <ul>
TypeAttribute List
'Standard' Attributes(none)
Obsolete Attributes"compact" and "type"

Recommended Links

Accessibility Information & Tips

  • Use the <ol> element for ordered lists, the <ul> element for unordered lists, and the <dl> element for definition lists. This makes it easier for assistive technology to navigate from list to list or from item to item. Visit https://www.w3.org/TR/WCAG20-TECHS/H48 for more information.

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem