Home » HTML » HTML Elements » Question
  1. Which of the following element is used as a container for content?
    1. <address>
    2. <aside>
    3. <footer>
    4. <article>
    5. None of these
Correct Option: B

<aside> element can be used inside

or outside it also. When it is used inside <aticle> it contains information that is related to article. When <aside> is used outside <article>, it acts as container for content that is related to the whole page. Contact information of author/owner of a document can be provided by <address> tag. Footer typically contains information about author of the section, links to related documents or copyright data.



Your comments will be displayed only after manual approval.