-
Which element is design to wrap a single piece of information?
-
- <header>
- <footer>
- <time>
- <nav>
- 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.