Home » HTML » HTML Introduction » Question
  1. Which element is design to wrap a single piece of information?
    1. <header>
    2. <footer>
    3. <time>
    4. <nav>
    5. None of these
Correct Option: C

<time> tag wrap single piece of information i.e. it defines date, month and year. The <nav> element identifies a set of navigation links, <footer> is introduced in HTML5 which is present at the end of page and do conatins footer information i.e copyright information.



Your comments will be displayed only after manual approval.