Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My error is in an element with href and an element with target _blank in the question creating a travel webpage .the errors are 31 and 32

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description"content="Your best travel partner for worldwide adventures.">
    <title>Travel Agency Page</title>
    </head>
</html>
<body>
  <h1>Explore Canada</h1>
  <p>we offer vareity of travel opportunities.live a unforgettable experience living in Canada </p>
  </body>
  </html>
  <h2>Packages</h2>
  <p>We offer an extensive range of holiday solution,from daily excursions in most beautiful cities to indigineouse villages to ancient towns</p>
  <ul>
    <li><a href="#">Group Travels</a></li>
    <li><a href="#">Private Tours</a></li>
    </ul>
<h2>Top Itineraries</h2>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colosseum in Rome">
</a>
<figcaption>Colosseum in Rome</figcaption>
</figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps Mountain">
  </a>
  <figcaption>Alpha Mountains</figcaption>
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Beautifull Sea">
    </a>
    <figcaption>Blue Sea</figcaption>
    </figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">visit code camp</a>
<a href="https://www.freecodecamp.org/learn" target="_blank">learn free</a>
  

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.13 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Why did you add this code?

What is the last sentence in both Tests #31 and #32?