My code is wrong its asking about a point to a site

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>


<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; SAMSUNG SM-T385) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi and Welcome to the forums.

read through the question and try and do what it asks. From your code it doesn’t look like you have done anything at all. If you are in any doubt. these are the steps:

  1. Within the existing main element, insert an img element before the existing p elements.
  2. set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
  3. don’t forget to give your img element an alt attribute with applicable text.
1 Like

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