Which tags go between the head tags, <head> and </head>?
<head>
</head>
<title>
</title>
<p>
</p>
<h1>
</h1>
The <title></title> tags should be placed between <head></head> tags.
<title></title>
<head></head>