htmml
<!DOCTYPE html>
<html>
<head>
<!--The title-->
<title>Page Title</title>
</head>
<body>
<!--Everything on the Web Page-->
<h1>This is a Heading</h1>
<div class="paragraphs">
<p>This is a paragraph.</p>
<p>Lorem ipsum dummy text babbla.</p>
<p>LOL.</p>
</div>
</body>
</html>
Request Goose