Help on Part 1, 10/15. Error message not letting me move on

https://www.codecademy.com/en/courses/learn-html-css/lessons/common-elements/exercises/link-at-will

Getting an error message ‘Did you wrap the image element with an anchor tag?’

Here is my code, I’m pretty sure I did it correctly…

 <a href="https://en.wikipedia.org/wiki/Brown_bear" target="blank">
 <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/
web101-imagebrownbear.jpg" alt="A brown bear"/> </a>

Any thoughts or suggestions?

Looks like a bug, I sent a report. If you’re using Chrome, though, your code might work on a different browser :slight_smile:

I just tried it in Safari, same error message. How do I get past the bug so I can continue the lesson?

I’m pretty sure you can’t :pensive:

I get the same bug

This is my input:

"A

1 Like