Multiple choice technology web 2.0

What tag is used to create a Definition list?

  1. <dt>

  2. <dd>

  3. <dl>

  4. <di>

Reveal answer Fill a bubble to check yourself
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.