always start with <html>
head for page title keywords scripts and css includes
close head
open body
include your website code
clode body
close html

<html>
<head>
<title>lololol</title>
meta meta meta
</head>
<body>
hey this is my website
</body>
</html>