-
Which element is restricted to inline content?
-
- >ul<
- >dl<
- <dt>
- <dd>
- None of these
Correct Option: C
<dt> element is restricted to inline content. In creation of a definition list the term is given by <dt> element. <dd> element contains block-level content. The description is given by <dd> element. <dl> is also used for marking up the dialogues.