dt

< html‎ | elements
Jump to: navigation, search

dt



Summary

The dt element (<dt>) indicates a definition term within a definition list (<dl>).


Overview Table

DOM Interface HTMLDTElement

Examples

This example uses the dt element with the dd and dl elements to create a definition list.

HTML

<dl>
  <dt>Cat</dt>
  <dd>A small domesticated mammal.</dd>
  <dt>Lizard</dt>
  <dd>A reptile generally found in dry areas.</dd>
</dl>

Notes

Remarks

Standards information


HTML information

{

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]