What tag is used to create a Definition list?
C
Correct answer
Explanation
The
tag defines a description list (formerly known as a definition list) in HTML, which contains groups of terms (- ) and descriptions (
- ). While
- and
- are child elements representing individual terms and details,
is the container tag that initializes the list itself.