Multiple choice technology web technology

Which of the following is a two sided tag?

  1. DT

  2. LI

  3. DD

  4. DL

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DL (Definition List) is a two-sided tag that requires both opening

and closing
tags to enclose definition terms and descriptions. While DT, DD, and LI are also container elements that require closing tags in HTML, the question likely frames DL as the primary two-sided tag that defines the list structure itself. Two-sided tags must have matching opening and closing tags.