HTML <ul> Element Reference

The HTML <ul> element represents a list whose item order is not significant.

<ul>

HTML <ul> Element Reference

The HTML <ul> element represents a list whose item order is not significant.

Categories

  • Grouping content

Tag omission

Consult the HTML Living Standard for the precise tag-omission rules.

Content model

  • Detailed content-model guidance will be added to this reference.

Attributes

Examples

Example

A practical ul element example.

<ul>
  <li>Fast</li>
  <li>Private</li>
  <li>Offline-friendly</li>
</ul>

Related references

Description

The HTML <ul> element represents a list whose item order is not significant.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <ul> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies