How to use dl tag


<dl>

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

What is dl tag

dl tag means is data list. dl tag use for data list, dd tag use into dl tag for your data.

Leave a Reply

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