HTML <dl> tag
HTML dl tag:
This is a double tag. <dl> This is the beginning tag and </dl> this is the closing tag. This <dl> element defines a description list in an HTML document. A definition list is same to other lists but in a each list, definition list item contains two or more entries. a term the <dl> tag and a description the <dd> tag. The <dl> tag is used with <dd> tag. This using for declaring a definition list.
<dl>=Description list.
Copy this code and past your page.
Example:
Result:
- HTML
- HTML
- Tag 2
- Tag 1
Support Browser
The <dl> tag defines a description list In HTML 5.
The <dl> tag defines a definition list In HTML 4.01.
If you want to make description list using HTML code, Use HTML <dl> element.
1. What is the <dl> tag ?
2. What is the using for <dl> tag ?
3. What is the definition of <dl> tag ?
4. What is the <dl> tag mean ?
5.How can You make description list using HTML?