<!DOCTYPE html>
  <html>

 

   <body>  
      <h1> This is an HTML page</h1>
      <h3>I'm practicing HTML</h3
        <p>I haven't used HTML in a while so I've kind of forgotten everything but that's okay because I can remember it back</p>
        <a href="https://en.wikipedia.org/wiki/Bear">Here's an interesting article about bears</a>
      <img src="https://pixabay.com/images/id-1283347/">
      <img src = "https://pixabay.com/images/id-6510170/>
  </body> 

</html>