25.
Which HTML tag is used to define the top section of a webpage, typically containing the website logo and navigation menu?
<footer>
<section>
<nav>
<header>
Correct: D
The <header> tag is used to define the top section of a webpage. It is typically used to contain the website logo, navigation menu, and other introductory elements.