11.
In Next.js, which built-in React component can be used to set the page title of each React page quickly?
Title
Section
Footer
Head
Correct: D
In Next.js, the built-in Head component allows us to quickly edit the page title of each React page. The Head component is used to modify the HTML head section of the page, enabling us to add custom meta tags, set the document title, and include CSS and JavaScript files.