<dt>
All Tags not showing in online page, but show on view source.
<dl>
<dt>Name</dt>
<dd>Raj</dd>
<dd>Sonu</dd>
<dt<Class</dt>
<dd>7th</dd>
<dd>8th</dd>
</dl>
Code show like this:
- Name
- Raj
- Sonu
- Class
- 7th
- 8th
Browser Support
The <dt> tag is supported in all major browsers.
What is dt tag
dt tag means is data type. dl tag use for data type, dt tag use into dl tag for your data.