Home » HTML » HTML Introduction » Question
  1. What an article element should not contain?
    1. Text or embedded content
    2. Image
    3. Video & Audio
    4. Main element
    5. None of these
Correct Option: D

The <main> element must NOT be a descendant of an <article>, <aside>, <footer>, <header>, or <nav> element. The article element may contain audio/video clips, images and also text or embedded content.



Your comments will be displayed only after manual approval.