Issues with challenge 14

Hey guys,

Hope your day’s going well, I’m not sure what’s going on but I’m stuck with the challenge 14, I’ve found the answer and tried different variations for this and they work on another IDE but not while trying to check and submit the code, I was stuck not making it work at the beginning but found the answer on this forum, this is the part I’m having issues submitting:

-a target=“_blank” href=“https://freecatphotoapp.com”- -img src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” alt=“A cute orange cat lying on its back.”–/a-

(replace - with < or >)

It works and I’ve testing with other IDEs but every time I try to check and submit I get the same error:

Test

Sorry, your code does not pass. Try again.

Hint

You should only add one opening anchor (a) tag. Please remove any extras.

With or without at the end and nothing, it won’t save, at some point it did recognize it as valid and allowed me to move to challenge 15 but I didn’t understand why it failed at first and then it let me continue, I’ve restarted the challenge a few times now and not sure what’s going on, any suggestions would be appreciated.

Thanks a lot.

By the way, this is the challenge I’m working on: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-14

So, after a lot reading through other threads, I found out the only thing I was missing was /> at the end of the img element…

OK, moving on, thanks…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.