Adding images to your website by using the img element, and point to a specific image's URL using the src attribute

I don’t understand how to type the src.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
**<img src="https://cdn.freecodecamp.org/curriculem/cat-photo-app/relaxing-catjpg"alt="A business cat wearing a necktie.">** 
<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; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hello @DarkQueen ,
You have done a great job thus far.
There is just a little bug in src attribute value (A typo err).
Add a dot (" . ") between cat and jpg = cat.jpg
JPG is a picture file format.
Or just copy and paste the link you were provided in the exercise.

[src link](https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg)

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