How to use dd tag


<dd>

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 <dd> tag is supported in all major browsers.

What is dd tag

dd tag means is data description. dd tag use into dl tag.

Leave a Reply

Your email address will not be published. Required fields are marked *