Road block feeling dumb

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src='http://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg'>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 8

Link to the challenge:

Copy and paste the URL if you didn’t.

Hint: https and http is not the same thing.

Don’t know where or what that is

<imgsrc="http://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

this is what I have so far.

Hint

Your code should have an img element. You may have removed the img element or you have not surrounded the src attribute’s value with quotes.

@Hector831

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

Hi @Hector831 !

Welcome to the forum!

Here is the correct link

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

Here is what your wrote

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

You are not passing the test because your are missing a letter in your link.
It is always best to copy and paste the link instead of typing it out yourself.
That way you avoid errors like this.

Hope that helps!

Thankyou. I don’t know how I didn’t see that?

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