<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="page-loader frozen">
<div class="page-loader-inner">
<div class="page-loader-spinner"></div>
<p class="page-loader-message">Loading</p>
</div>
</div>
</body>
</html>
A program with a graphical user interface for displaying HTML files, used to navigate the World Wide Web.
There are various different browsers, and slight differences between how each GUI displays HMTL5
The browser we are using for Academy is Google Chrome
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
<div></div>
Tags will always have an opening and closing identifier