In which part of the HTML file metadata is contained?
2022
In which part of the HTML file metadata is contained?
- A.
title tag
- B.
head tag
- C.
HTML tag
- D.
body tag
Attempted by 284 students.
Show answer & explanation
Correct answer: B
Metadata in an HTML file is stored inside the <head> section, which includes information like title, meta tags, links to CSS, and scripts.
A video solution is available for this question — log in and enroll to watch it.