Cat img and alt

Tell us what’s happening:
Describe your issue in detail here.
the img s ok, not accepting my alt text, don’t know why.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src=https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg alt=stpid 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>
  **Your browser information:**

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

Challenge: Add Images to Your Website

Link to the challenge:

Your code:

Example code:

<img src="https://www.freecatphotoapp.com/your-image.jpg">

You are missing some quotation marks around the attribute values.

When we create IMG links:

Both the URL and Alt Text should have Quotes:

IMG LINK TRIED
Screenshot 2022-03-28 11.52.55 AM

EXPECTED LINK FORMAT:
Screenshot 2022-03-28 12.17.30 PM

1 Like

It’s sure a good thing you didn’t just write the answer out for them.

thanx, got it, but it says alt should not have special characters unless it’s needed.
that throw me off.

Where did you get those instructions? I don’t see any special characters being used in your code for the alt text?

:ballot_box_with_check: :coffee:ㅤㅤㅤㅤㅤㅤㅤㅤㅤ
ㅤㅤㅤㅤㅤㅤㅤㅤㅤ

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