html tutorial - <dt> Definition Term tag in HTML - html5 - html code - html form

Learn html - html tutorial - dt definition term tag in html - html examples - html programs
- <dt> tag used to describe or define the terms in the <dl> tag.
- <dt> is child element of <dl>.
- <dt> tag used with the combination of <dl> and <dd> tags.
- <dt> tag supports Global Attributes and Event Attributes.
Syntax for <dt> tag :
<dl><dt>Term Name</dt><dd>Description of term <dd></dl>
Sample coding for <dt> tag:
Tryit<!DOCTYPE html>
<html>
<head>
<title>Wikitechy dt tag</title>
</head>
<body>
<dl>
<dt>HTML</dt>
<dd>A HTML Wikitechy Tutorials for learners.</dd>
<dt>CSS</dt>
<dd>A CSS Wikitechy Tutorials for learners.</dd>
</dl>
</body>
</html>
Code Explanation for <dt> tag :
- Opening tag of definition term <dt> tag.
- Closing tag of definition term <dt>> tag.
Output for <dt>Tag :

- The output shows the Definition term as HTML.
- Here the output displays the definition term as a CSS.
Browser support for <dt> tag:
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes |