I don't seem to find the problem with my code

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<IMG src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="relaxing cat with orege fur">

<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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15

Challenge: Add Images to Your Website

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


This part is case sensitive.

I’m trying to do use the img and the src and alt. On the alt part it says that my attribute is empty when it’s not. I wrote something there and it still says that is empty.

The test in having trouble locating your alt because IMG is in all caps.

1 Like

Hi @Amanda1 !

Welcome to the forum!

As a friendly piece of advice, when a test doesn’t pass, triple check and make sure that your syntax is 100% correct.
You can compare your syntax with the correct syntax from the fcc sample code.

Since all of this information is new, it is common to miss small details.
It happens to all of us. :grinning:

Use the fcc sample code as a guide for correct syntax.

Hope that helps!

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