I cant solve the cat image part

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

  **Your code so far**

what will the alt be for the relaxing cat```html

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

up
```
<pre><code>  **Your browser information:**
</code></pre>
<p>User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36</code></p>
<p><strong>Challenge:</strong>  Add Images to Your Website</p>
<p><strong>Link to the challenge:</strong><br>
<a href=https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

the syntax for the img is

<img src="" alt="">

src = the source of the image. can be a direct, absolute path of the image from your pc directory or an image link address

alt = defines an alternative text description of the image. can be anything that describes what the image represents. Try not to be very creative with it just be concise and direct

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