-
Which of the following defines some content aside from the content it is placed in (like a sidebar)?
-
- <nav>
- <sidebar>
- <header>
- <aside>
- None of these
Correct Option: D
Content related to surroundings is given by <aside> tag. The aside content should be related to the surrounding content. An introductory content is represented by <header> element. The <nav> element contains list of navigation links.