Tell us what’s happening:
Describe your issue in detail here.
**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="file:///D:/images/your-image.jpg"alt="A business cat wearing a necktie.">
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
sir when i complete all the coding and click to run the test . the one thing I am not capable to understand i.e Your image should have a src attribute that points to the kitten image.. can please clearify what this say actually that.
You must change your bad url (file:///D:/images/your-image.jpg) to be the required url (https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg).
You can’t just copy-paste the example code and jam in a random url to some place on your harddrive and expect it to work. You need to read all of the instructions.
I don’t think you are actually reading what I am typing?
You need to use the url: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg for your src attribute. You can use any value for the alt that you want.
I am not going to type the answer out for you to copy. All you need to do is take the correct url that I provided above and put it in your src attribute in place of your bad url.