Can't get pass the add image challenge

1 Like

provide your full code with challenge link

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.

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

Challenge link

@olumideb000…you’re only providing a portion of your code.
In the future, please use the Ask For Help button.


From what you’ve pasted there’s an unnecessary space in the URL. (before "cat-photo-… you’ve put in a space)
If that’s the only error in your code, correct that and the test should pass.

Can I please have your WhatsApp number if you don’t mind

Any questions should be kept public and asked in the forum.

My bad. But it still isn’t going through even after correcting the space

Please provide your full code.

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 (’).

1 Like

Still don’t know what’s wrong here

Screenshots do not help. That’s why I provided instructions as to how to paste your code.

While the screenshot looks correct here’s something else you should know.

Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

1 Like

“https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website”

That is the link of the challenge I copied from my Chromebook

Yes, I know the link. What’s needed is your actual code. Not a screenshot of your code.

"@fcc66e6030a-2d77-4ab7-b260

44a3c20b90b7"

You mean this?

@fcc66e6030a-2d77-4ab7-b260

44a3c20b90b7

No. What you took a screenshot of is your code.
I provided instructions on how to cut/paste your code into the forum rather than screenshot.

When need to to write code directly into the forum.

It should look like this.

<h2>CatPhotoApp</h2>
<main>


  <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>
1 Like

When we can see your code written in the forum, then it makes it easier for us to test it and know for sure if it is an error with your code or your browser.

<h2>CatphotoApp</h2>

<main>

<img src="https://cdn. freecodecamp.org/ curriculum/ cat-photo-app/ relaxing-cat.jpg" alt="a cute 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>

I have edited your post.
Please review @Roma 's post earlier on how to use the backticks to write code into the forum.

I see a whole bunch of spaces in your code here.

look very carefully at the correct url

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

no spaces