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.
Welcome to the forum @phukubyetlou
- Each
aelement should have anhrefattribute with the value ofhttps://www.freecodecamp.org/learn.
- Each
aelement should have atargetattribute 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