Kitten challenge

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<image src="https://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 (Linux; Android 9; moto e6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi, Nicole. I see three problems in your code:

  1. The correct url for the image does not have a period at the end, but yours does. Remove the period.

  2. The tag is <img …> not <image …>

  3. You need to close your img tag with > after the alt description.

Let me know if you need me to clarify anything that I’ve mentioned.

Thanks,
Andrew

I’ll try this. Thank you so very much for your quick and helpful response!

1 Like

Thank you very much. It works! I’ve been very frustrated with this. Now I’m not as discouraged to continue.

1 Like

Awesome. I’m glad it works :slight_smile:

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