Am having issues linking bthe relaxing cat img url

Tell us what’s happening:
https://bit.1y/fcc-relaxing-cat” alt=“relaxing cat”/>

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> 
<img src= "https://bit.1y/fcc-relaxing-cat" alt="relaxing cat"/>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 OPR/65.0.3467.78.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

if you look at your code you have used a 1 instead of an l …bit.ly/fcc-relaxing-cat

Thank you for your response. I have changed it to i but the problem still persist.

Try to copy the url from challenge,in your url is a typo,instead of 1 put l
https://bit.ly/fcc-relaxing-cat

Hope it helps :slight_smile:

type or paste code here<h2>CatPhotoApp</h2>
<main>
<img src= "https://bit.ly/fcc-relaxing-cat" alt="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> 
[quote="erouwa77, post:1, topic:344681, full:true"]
**Tell us what's happening:**
"https://bit.1y/fcc-relaxing-cat" alt="relaxing cat"/>


**Your code so far**
      
```html

<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> 
<img src= "https://bit.1y/fcc-relaxing-cat" alt="relaxing cat"/>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 OPR/65.0.3467.78.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website
[/quote]

this worked for me

you also need to write it as name="value" there are spaces around your equal sign

Thanks a million. Your suggestion solved the problem.