Hey! Welcome to the freeCodeCamp’s community forums.
Learning to describe the bugs or issues you’re facing is a great skill to have in a developer, it may seem hard at first, but you should at least provide a brief summary of what you are trying to accomplish and what’s the error that shows up when you try to run your code.
You can add any and all of the questions that you might have in the following section
Tell us what’s happening:
It will also make it easier for others to help you if they know the problem beforehand.
To turn any element into a clickable link, you need to make that thing a child of the a element. for example, if i want to make a p element into a link, i can do this.
<a><p>a para </p> </a>
Now this paragraph will become a link.
You need to add a > at the end of the img element or else it wont be correct syntax.