Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I followed the instructions but it still doesn’t work, can anyone help me?(19,20,21)

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="Vietnam is an extremely beautiful country in terms of culture, national identity and people.">
  </head>
  <body>
    <h1>Discover VIETNAM</h1>
    <p>History,folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring VietNam
    <h2>Packages</h2>
    <p>We offer a wide range of holiday solutions to meet the needs of all our guests. From daily excursions to the most beautiful cities, to seeing the beauty of landscapes, the excitement of cultural festivals and places containing the rich and heroic history of Vietnam</p>
    <ul>
      <li><u><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></u></li>
      <li><u><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></u></li>
    </ul>
    <h2>Top Itineraries</h2>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://media.vov.vn/sites/default/files/styles/large/public/2023-03/131502son-dong-1.jpg" alt="hình bên trong hang động Sơn Đoòng Việt Nam"></a>
      <figcaption><i>Sơn Đoòng là hang động lớn nhất thế giới.(Nguồn: Internet)</i></figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://mcdn.coolmate.me/image/April2023/xFgzpWH6i5mqyYaEHZyu_984.jpg" alt="hình chụp Vịnh Hạ Long từ trên xuống bằng flycam"></a>
      <figcaption><i>Vịnh Hạ Long - danh lam thắng cảnh đẹp nhất Việt Nam được UNESCO công nhận.(Nguồn Internet)</i></figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://mcdn.coolmate.me/image/November2023/danh-lam-thang-canh-viet-nam-tuyet-dep-1611_629.jpg" alt="hình chụp sapa bằng flycam"></a>
      <figcaption><i>Đến Sapa để được chiêm ngắm đỉnh núi Fansipan nóc nhà Đông Dương.(Nguồn Internet)</i></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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

the first failing test is

  1. Both your list items should contain an anchor element.

what have you done to investigate the issue?

1 Like

I tried it and fixed it as requested but it still doesn't work, I don't know what the problem is.

what is the element inside your li elements?

1 Like

So I had to remove the u elements.

great job in figuring that out!