Pls how can i move pa this stage

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">
https://www.bit.ly/fcc-business-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>
<img src="https://www.business.com/your-image.jpg">
  **Your browser information:**

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

Challenge: Add Images to Your Website

Link to the challenge:

Hi @yinka ,

Kindly replace the URL of the image in the <img> tag with the given URL in the exercise.

I hope it helps

reset your code and add

<img src="">

Set src to https://www.bit.ly/fcc-relaxing-cat
and
Add some image related text to alt=""

ps.

you used the wrong url.

same here. You used the wrong url and did not add the alt="" attribute.

its till saying i should src attribute that point to the immage

Hi @yinka

Replace the src attribute with https://www.bit.ly/fcc-business-cat (img URL) and add alt attribute with some string in the <img> tag.

This should work.

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