![]() |
VOOZH | about |
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: