Which of the following tag of HTML language is a container for the tags that…
2024
Which of the following tag of HTML language is a container for the tags that contain information about the page?
- A.
<title>
- B.
<html>
- C.
<head>
- D.
<body>
Attempted by 149 students.
Show answer & explanation
Correct answer: C
The `<head>` tag contains metadata and other tags that provide information about the web page.