Building a travel agency page

Hi, stuck at 30 and 31. what could be the problem?

Hi there and welcome to our community!

If you need help with a specific challenge, it’s best to click the Help button, which appears after you have submitted incorrect code three times.
This will create a forum post which automatically includes your full code, a direct link to the challenge and an opportunity for you to describe your issue in detail.

Without seeing your code or any proper context, it’s tricky to offer help.

1 Like

Welcome to the forum @phukubyetlou

    1. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn.
    1. Each a element should have a target attribute with the value of _blank.

All the anchor element need to point to the same url mentioned in the instructions.

All the anchor elements need a target attribute.

Happy coding

1 Like