Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

HELP! I have zero idea what I am doing wrong here.

Apparently, I have my declaration, both meta tags, and title right, and nothing else! Though I am positive I have my language right too.

I reset the lesson and still only have the above mentioned “right” and the rest wrong.

Your code so far

<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title> Travel Agency Page <\title>
  <meta name="description" content="specializing in all inclusive trips">
  <\head>
  <body>
    <h1>Travel to Europe<\h1>
    <p> travel opportunities include hotel stay, guided tours, and solo tours <\p>
    <h2>Packages<\h2>
    <p> Choose between Italy, Rome, or France. <\p>
    <ul>
      <li><a href="https://www.freecodecamp.org/learn" target="_blank"<Group Travels> <\a><\li>
      <li><a href="https:www.freecodecamp.org/learn" target="_blank"<Private Tours> <\a><\li>
      <h2> Top Itineraries <\h2>
  <figure>
    <a href="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg">
    <img src="colosseo.jpg" alt="the colosseum in Rome"> <\a>
    <figcaption> "famous ampitheatre" <\figcaption>
  <\figure>
  <figure>
    <a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg">
    <img src="alps.jpg" alt="picture of mountains"> <\a>
    <figcaption> "famous mountains" <\figcaption>
  <\figure>
  <figure>
    <a href="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
    <img src="sea.jpg" alt="picure of a sea"> <\a>
    <figcaption> "famous sea" <\figcaption>
    <\figure>
    <\body>
    <\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/16.6.1 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi.

Take note of the syntax for a closing element:

</tagname>

OMG! Lol I know better too! I was getting frazzled having to reset the lesson due to an “error” that wasn’t an actual error. Now I only have 2 errors to figure out left! Thank you for your quick help!

1 Like

Thanks. Hopefully that solves the issue. Please reply to this thread if you are stuck on anything else on this challenge.