Struggling to get past step 14 cat website Sos

Step 14

Turn the existing text cute cats into an anchor element that links to:
https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg

I tried -


<a href="[cute cats](https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg)"

but i seem to be getting an error message. Can someone walk me through what I may be misunderstanding please?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Hello and welcome to the forum :wave:

Look at the example again, this is not how you create a link.

If you want to make a link of the text “Hello” and the url http://test.com it looks like this

<a href="http://test.com">Hello</a>
1 Like

your anchor element needs a closing tag , and no other brackets are to be used

Stuck on step 24, how do i turn it in do an img src?

ex- Step 24

After the unordered list, add a new image with a src attribute value set to:

https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg

And its alt attribute value to:

A slice of lasagna on a plate.

the alt attribute is confusing me

Hi,
you can create a new topic explaining your issue with your code. To create a new topic, click the help button which appears after you try submitting your code three times.
Good luck!