Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i been stuck on this for like 30mins can somebody tell me what am doing wrong i couldnt figured out how to fix it am sorry but its telling me that the task 24,26 and 28 are missing but it looks fine to me idk

Your code so far

<!DOCTYPE HTML>
<HTML LANG="EN">
<HEAD>
<META CHARSET="UTF-8">
<META NAME="DESCRIPTION" CONTENT="WIDTH=DEVICE-WIDTH">
<TITLE>TRAVEL AGENCY PAGE</TITLE>
</HEAD>
<BODY>
<H1>TRAVEL TO ROME, PARIS AND CUBA!</H1>
<P>WE GOT GREAT PRICES FOR YOU, ALMOST ANYWHERE. TRAVEL WITH US!</P>
<H2>Packages</H2>
<P>WE GOT FIRST CLASS PACKAGES STARTING AT $400 AND A REGULAR CLASS AT $200!</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"</a>
  <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="ROME">VISIT ROME</figcaption></figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"</a>
  <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="FIJI MOUNTAINS">VISIT FIJI</figcaption></figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"</a>
  <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="ANTARTICA WATERS">VISIT ANTARTICA</figcaption>
</figure>











</BODY>
</HTML>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0

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

Welcome to the forum @0ktaviio

Focus on one test at a time.

Are you sure you have three figure elements?

Happy coding

yeah sorry! i figured what i did wrong haha it took me a very long time to figured it out

1 Like

You also don´t have indentation in eeents like body!

Professional developers spend about 50% of their coding time on debugging.

No need to focus on the quantity of time. Instead consider the problem solving skills you are gaining, the experience on learning new skills and concepts, and that you are likely to avoid making those errors in the future.

Happy coding

1 Like