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
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.