When i run the code for test it shows alt is empty it should not be empty and i have already placed the text there but still the problem is occuring

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<image src="https://www.bit.ly/fcc-relaxing-cat" alt="Cat photo image">
<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/93.0.4577.82 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi @RAJATisOP !

Welcome to the forum!

The problem is here

You are using the wrong tag name.

Here are the instructions again with the correct tag name
Finally, don’t forget to give your img element

Hope that helps!

1 Like

Proof read you code for typos, case, and other things like tags and their official representatives in html, css, etc. titles like( vs. )
Try using the examples actual text within the alt="(?)" element depicted in the over view . If your still proofing your work.
Don’t be afraid to reset the lesson if you become overwhelmed. Sometime its easier to start from fresh other than tracing and remembering what logic was being implemented.
3 key steps.
step 1: give it a shot and actually try to get it on your own.
step2: proof read your code and re-read the instructional over view of the lesson in case you over-looked something simple(it usually is).
step3: refer to help, hints, and if a solution must be seen. Then make an effort to understand why it is what it is(try the challenge again).
“You will never be any worse at anything you try to get better at.” Without an understanding of something, you can not understandably build on something. either"
Every challenge is relative to the next.

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