what is description list
Answers
Answered by
5
Answer:
Description is the pattern of narrative development that aims to make vivid a place, object, character, or group.
Jump to section. The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).
Similar questions