You can add images to your website by using the img element, and point to a specific image's URL using the src attribute. An example of this would be: <img sr

you should using https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
inside the src attribute

<img src=""alt="A business cat wearing a necktie.">

  • next time please read the instructions very well