Advertisements
Advertisements
Question
Write the purpose of the following HTML tag:
<DL>
Short Answer
Advertisements
Solution
The <dl> HTML element indicates a description list. The element contains a list of words (given with the <dt> element) and their descriptions (supplied by the <dd> elements). This element is commonly used to display metadata, such as key-value pairs, or to implement glossaries.
shaalaa.com
Is there an error in this question or solution?
