Tell us what’s happening:
Hi, I am stuck on the last step
Your code so far
CatPhotoApp
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
<h2>CatPhotoApp</h2>
<main>
<img src=http:bit.ly/fcc-relaxing-cat alt= 'fcc relaxing 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 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Raspbian Chromium/78.0.3904.108 Chrome/78.0.3904.108 Safari/537.36.
Hi Christine,
I have tried different ways and it does not work, I think I’m done…lol
<h2>CatPhotoApp</h2>
<main>
<img src="http:[bit.ly/fcc-relaxing-cat](http://bit.ly/fcc-relaxing-cat)" alt = "fcc relaxing 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>
I have tried different ways and it does not work, I think I’m done…lol
<h2>CatPhotoApp</h2>
<main>
<img src="http:[bit.ly/fcc-relaxing-cat](http://bit.ly/fcc-relaxing-cat)" alt = "fcc relaxing 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>
NOTICE!
1.The (img) and (src) have one space.
2.The the source attribute in quotes and (alt) also have one space.
The main part is the alt text must be relevant with the image visuals as to describe fully what the content of the image is. Use my sample.
The alt must contain “a cute orange relaxing cat lying on its back” ADD THE “<” IN THE (IMG)