How to point the src attribute to the img url

i am having trouble with the src="img url

<h2>CatPhotoApp</h2>

<main>

<img src="https://bit.ly/fcc-relaxing cat.jpg" alt="fcc-relaxing-cat.">

 <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

</main>

pls help it is very important and i cannot get past this section

<img src="link goes here" alt="alt text">
Use the link provided in the challenge panel

I’ve edited your post 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 (’).


If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.

wrong url, you need to use the one provived in the challenge description

thank you so much that was very helpful

never mind were is the challenge description. sorry i am not so good at this. thanks

the instructions, on the left hand side, there is written what url to use. It’s similar to what you have used, but it needs to be exactly the same

oh thanks alot i promise to find it now

is it this one https://bit.ly/fcc-relaxing-cat

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