<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8" /> <meta name="viewport" content= "width=device-width, initial-scale=1.0" /> <title>Structure of HTML Document</title>
</head>
<body> <!-- Main content of website --> <h1>
Horje</h1> <p>
A computer science portal for Horje</p>
</body>
</html>