Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:

Describe your issue in detail here.

The problem is :

Turn the image into a link by surrounding it with necessary element tags. Use https://freecatphotoapp.com as the anchor’s href attribute value.

I typed:

<a 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.”>

What is wrong with this? Thank you.

It is saying a new user can only put 2 links in a post. Not sure why this is or why it is limiting my ablity to ask a question. Will attempt to delete the automatically posted code to see if it will post.

After deleting the code from the post it worked. I am still not sure what it means when “system” is posting that I am not editing the template and to explain in my own words. I’m literally asking a question about the lesson based on what it is asking me to do. Any help would be appreciated, thank you.

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

you forgot to put the “=” for href=

1 Like

Thanks. I will try that.

Unfortunately I can’t post the two lines I put in the code because it says “new users can only post 2 links”. I will keep trying. Thanks for the help.

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