Define Description Lists
Answers
Answered by
4
Answer:
Answer:A description list is a list of items with a description or definition of each item. The description list is created using <dl> element. The <dl> element is used in conjunction with the <dt> element which specify a term, and the <dd> element which specify the term's definition.
Answered by
0
Answer:
A definition list is a list of terms and corresponding definitions. ... The definition text is typically indented with respect to the term. An alternative format places the term left aligned in a wide margin and the definition on one or more lines to the right of the term.
Explanation:
Similar questions