Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

there is a bug in the test as runingtest every time the rust changes as change the wrong

Your code so far

<HTML>
<!DOCTYPE HTML>
  <HTML LANG="EN">
    <HEAD>
       <meta charset="UTF-8">
       <meta name="description" content="the leading tour, hospitality and travel agency in Nigeria, West Africa. Over the past 18 years, we have consistently provided travel solutions.">
       <TITLE>TRAVEL AGENCY PAGE</TITLE>
    </head>
    <body>
      <H1>DISCOVER ITALY</H1>
       <P>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</P>
      <h2>Packages</H2>
        <P>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</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>
    </ul>
      <h2>Top Itineraries</h2>

      <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
            <img src="https://dynamic-media-cdn.tripadvisor.com/media/photo-o/26/df/65/43/caption.jpg?w=1200&h=-1&s=1" alt="Rome and centre italy">
        </a>
        <figcaption><a href="https://www.freecodecamp.org/learn" target="_blank">Rome and centre Italy</a></figcaption>
    </figure>
     <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank" /> <img src="https://dynamic-media-cdn.tripadvisor.com/media/photo-o/26/df/65/43/caption.jpg?w=1200&h=-1&s=1" alt= "nature and national park"></a>
       <figcaption><a href="https://www.freecodecamp.org/learn" target="_blank" /> Nature and National Park </a></figcaption>
       </figure>

       <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank" /> <img src="https://dynamic-media-cdn.tripadvisor.com/media/photo-o/26/df/65/43/caption.jpg?w=1200&h=-1&s=1" alt= "south italy and island"></a>

       <figcaption><a href="https://www.freecodecamp.org/learn" target="_blank" /> south italy and island </a> </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/17.6 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Removed this comment as it appears not to be a bug.

html is case insensitive? using all lowercase is a convention, but browsers deal with it anyway
that’s not a bug

I do not understand what the issue being reported here is

Ah ok I didn’t know html could be in uppercase.

I put through the code again and I was able to scroll down and see the pictures. However isn’t there something wrong with the html elements here? There’s an opening html tag before doctype with no closing tag.

Can you please explain your issue in more detail please as I don’t follow it.

that is an issue yeah

OK I’ll report it to Github.

why? the posted code is wrong

Why is Freecode camp passing the tests for me when I run the code through (for wrong code)? That is the issue.

the browser will always try to make sense of broken html, that sometimes has the results we want even if it doesn’t look like it should

I do not understand what is being asked by the OP here tho

Ah ok. I won’t report it then. Yes I don’t understand what issue the OP has. The code passes for me.