Untitled

                Never    
HTML
       
<!DOCTYPE html>
<html>
<head>
<title>Page 1</title>
<meta charset="UTF-8">
<meta name="keywords" content="Atanas.B, Exam, PassIt">

<style>
    body { background-color: #ccc; }
    ul li { list-style: none; display: inline;  }
  </style>
</head>
<body>

<header> <p>Header</p> </header>

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<p>This is paragraph 1.</p>
<p>This is paragraph 2.</p>
<p>This is paragraph 3.</p>

<img src="https://wallpaperaccess.com/full/279225.jpg"/ width="400px" height="200px" alt="bushido">

<ul>
  <li><a href="index.html" target="_blank">Page 1</a></li>
  <li><a href="form.html" target="_blank">Page 2</a></li>
</ul>

<footer>
  <p>Page created by: Atanas Bechkidzhiiski</p>
</footer>

</body>
</html>

Raw Text