Issues passing this level

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="http//bit.ly/ffc-relaxing-cat.image.jpg">

<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 (Linux; Android 6.0.1; SAMSUNG SM-G920P) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You have to give an alt attribute to the image tag

3 Likes

The coding of the image doesn’t meet the challenge requirements, because the alt tag is missing and the source code of the image is totally bad.

1 Like

I think you’re headed in the right direction, but I’ve noticed 2 things.

Firstly, the url is wrong. The example in the challenge uses “.image.jpg” on the end. However, the url given for you to use in the challenge does not. Accuracy is really important.
Secondly, you need to include an alt attribute, with a text description of the image.

Hope this helps! :smiley:

no creo que me ayude mucho pero bueno…

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