I tried everything possible to add an image to my app but I can't solve src problem. It's always telling me to add a sec to my img please I need your help guys

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.bit.ly" 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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; U; Android 8.1.0; itel W5504 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.210 Mobile Safari/537.36 OPR/54.0.2254.56224

Challenge: Add Images to Your Website

Link to the challenge:

The src attribute should be the same text as mentioned in the test cases. In your case, it’ll be:

https://www.bit.ly/fcc-relaxing-cat

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