Home » HTML » Html miscellaneous » Question
  1. Which of the following defines additional details that the user can view or hide?
    1. <figure>
    2. <aside>
    3. <article>
    4. <details>
    5. None of these
Correct Option: D

The additional details the user wants to know as per the demand is fulfilled by <details> tag. The details tag can be used to create an interactive widget that the user can open and close. Any sort of content can be put inside the details tag. <article> is self defined independent content which contains data which can be anything including photos, videos, and other contents. It provides a section. The <figure> tag provides section for illustration, diagrams, photos etc. Content related to surroundings is given by <aside> tag.



Your comments will be displayed only after manual approval.