We will be using GitHub pages to host the website
The Standard markup language for creating Web pages.
Describes the structure of a Web page
Tell the browser how to display the content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>