Search w3schools.com:

SHARE THIS PAGE

HTML <dt> Tag


Example

A definition list, with items and descriptions:

<dl>
  <dt>Coffee</dt>
    <dd>Black hot drink</dd>
  <dt>Milk</dt>
    <dd>White cold drink</dd>
</dl>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <dt> tag is supported in all major browsers.


Definition and Usage

The <dt> tag defines an item in a definition list.

The <dt> tag is used in conjunction with <dl> (defines the definition list) and <dd> (describes the item in the list).


Differences Between HTML 4.01 and HTML5

NONE.


Global Attributes

The <dt> tag also supports the Global Attributes in HTML.


Event Attributes

The <dt> tag also supports the Event Attributes in HTML.


Related Pages

HTML tutorial: HTML Lists



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]