Try code with this image (how to change url on the code)

Tell us what’s happening:

Your code so far

<link href="https://bi//bit
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">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 

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/add-images-to-your-website
add images to website

Hello @irajani
There are several problems in your code, first, there is an open link tag in your code, and at the end, there is extra text <p.
As you queried about how to use image tag so, here is the solution: use img tag then source of the image file in double quotes " ".