Which HTML tag belongs in the blank in the code?
<html>
<head>
<title>Student Grades
</head>
<body><p align="center">Student Grades</p>
</body>
</html>
</div>
<p>
<span>
</title>
1 answer
The correct HTML tag to go in the blank is <title>.