Home » HTML » Html miscellaneous » Question
  1. Which element is restricted to inline content?
    1. >ul<
    2. >dl<
    3. <dt>
    4. <dd>
    5. 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.



Your comments will be displayed only after manual approval.