Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m struggling with 31 and 32, I am looking through and trying new things constantly but still showing I am missing something and I am stumped, any help and guidance will be massively appreciated.

Your code so far

<!DOCTYPE html>

<html lang="en">

<head>
<meta charset="UTF-8">
<title>Discover the UK</title>
<meta name="description" content="Travel Agent">
</head>
<body>
<main>
  <h1>Discover the UK</h1>
  <p>From food to history, discover the UK, with a selection of guided tours and excrusions.</p>
  <h2>Packages</h2>
  <p>We offer a variety of tours from John o'Groates to Landsend, get in touch if there is something you're interested in but is'nt advertised.</p>
  <ul>
  <li><a href="https://www.freecodecamp.org/learn"> <target="_blank">Group Travels</a></li>
  <li><a href="https://freecodecamp.org/learn"> <target="_blank">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a><img href="https://www.freecodecamp.org/learn" target="_blank" src="https://www.shutterstock.com/image-photo/big-ben-tower-houses-parliament-600nw-2466589091.jpg" alt="Big Ben Clock Tower" height=200 width=300 href="https://www.freecodecamp.org/learn" target="_blank"></img></a>
  <figcaption>Big Ben tours</figcaption>
</figure>
<figure>
  <a><img href="https://www.freecodecamp.org/learn" <target="_blank" src="https://media.houseandgarden.co.uk/photos/62b19f2d839c16274f882d13/16:9/w_3999,h_2249,c_limit/GettyImages-599815110.jpg" alt="Stonehenge UK" height=200 width=300></a>
<figcaption>Stonehenge</figcaption>
</figure>
<figure>
 <a><img href="https://freecodecamp.org/learn" <target="_blank" src="https://www.ukbreakaways.com/images/blog/blackpool_tower_view_blog.jpg" alt="Blackpool Tower" height=200 width=300></a>
  <figcaption>Blackpool Tower</figcaption>
  </figure>
</body>
</main>
</html>


    

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/18.5 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

I suggest checking your code with an HTML validator until you are more comfortable with your HTML skills:

Just copy/paste your code in, then check/fix errors until the validator says your code is okay.

1 Like