"<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<a href ="www.google.com"> Go to google </a>
<a href="https://www.w3schools.com">Visit W3Schools.com!</a>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>"
"<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<a href ="www.google.com"> Go to google </a>
<a href="https://www.w3schools.com">Visit W3Schools.com!</a>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>"