VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dt-tag/

⇱ HTML dt Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML dt Tag

Last Updated : 11 Jul, 2025

The <dt> tag in HTML is used to specify the description list. It is used inside the <dl> element. It is usually followed by a <dd> tag. The subsequent <dd> elements provides some related text associated with the term specified using <dt>.

Syntax:

<dt> Content... </dt>


Example: In this example, we are using the <dt> (definition term) tag within a <dl> (description list). It lists terms like "Geeks Classes," "Fork Python," and "Interview Preparation," each with corresponding descriptive details.

Output:

👁 Image

Supported Browsers:

Comment
Article Tags: