Please someone help me out find the problem on Travel Agency Page. Test 31 & 32. These are the code I have written but there still seems to be an error.
<a href="https://www.freecodecamp.org/learn" target="\_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Travel Image" width="600" />
</a>
<figcaption>Travel Image.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="\_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountain View" width="600" />
</a>
<figcaption>Mountain View.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="\_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Beach View" width="600" />
</a>
<figcaption>Beach View.</figcaption>
Please share a link to the challenge so we can see what test 31 is.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
1 Like
Here are some debugging steps you can follow. Focus on one test at a time:
- Are there any errors or messages in the console?
- What is the requirement of the failing test?
- Check the related User Story and ensure it’s followed precisely.
- What line of code implements this?
- What is the result of the code and does it match the requirement? (Write the value of a variable to the console at that point in the code if needed.)
If this does not help you solve the problem, please reply with answers to these questions.
1 Like