Please what's wrong with these HTML lines of code? Am trying to wrap an image within an anchor element

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

Always write a single space before each attribute in a tag.

2 Likes

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