HTML <dl> Element Reference

The HTML <dl> element contains groups of terms and their corresponding descriptions or values.

<dl>

HTML <dl> Element Reference

The HTML <dl> element contains groups of terms and their corresponding descriptions or values.

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 dl element example.

<dl>
  <dt>CPU</dt><dd>Central processing unit</dd>
  <dt>RAM</dt><dd>Working memory</dd>
</dl>

Related references

Description

The HTML <dl> element contains groups of terms and their corresponding descriptions or values.

References

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

Similar or alternative tools

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