Notice that the html tags often form pairs, an opening and a closing tag:
<!doctype html>
<html>
<head>
<title> basic html page structure </title>
</head>
<body>
</body>
</html>
<!doctype html>
<html>
<head>
<title> basic html page structure </title>
</head>
<body>
</body>
</html>