Loading

Quipoin Menu

Learn • Practice • Grow

html / Description Lists
mcq
Direction: Choose the correct option

Q1.

Which tag defines a description list?
A. <ul>
B. <ol>
C. <dl>
D. <list>
Direction: Choose the correct option

Q2.

Which tag defines a term in a description list?
A. <term>
B. <li>
C. <dd>
D. <dt>
Direction: Choose the correct option

Q3.

Which tag defines the description of a term?
A. <dt>
B. <desc>
C. <description>
D. <dd>
Direction: Choose the correct option

Q4.

<dl>
<dt>HTML</dt>
<dd>HyperText Markup Language</dd>
</dl>
How will this appear?
A. 1. HTML 2. HyperText Markup Language
B. • HTML • HyperText Markup Language
C. HTML: HyperText Markup Language
D. HTML (indented) HyperText Markup Language
Direction: Choose the correct option

Q5.

Can a description list have multiple terms for one description?
A. Only one description per list
B. Only one term per list
C. Yes
D. No