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>
<img src="https://www.freecatphotoapp.com/your-image.jpg"alt="a business cat wearing a necktie">
<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:** I dont understsand what I did wrong. Add an attribute to the image. How?
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36
If so, please edit your post to include it in the Tell us what’s happening section.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more information you give us, the more likely we are to be able to help.
The instructions say;
Within the existing main element, insert an img element before the existing p elements.
Although this will not cause the tests to fail you should pay attention to instructions. In future lessons it will be important.
The instructions further say
Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
When the correct URL is used, the tests pass.
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>
<img src="https://www.freecatphotoapp.com/your-image.jpg"alt="a business cat wearing a necktie">
<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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Tell us what’s happening:
how do i make a image of a cat .Where do I place a src attribute that points to kitty
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>
<img src="https://www.freecatphotoapp.com/your-image.jpg"alt="a business cat wearing a necktie">
<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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
I can also add an “alt” (“alternative”) attribute, a label that will appear if the image can’t be found or to help visually impaired people, like this:
<img src="https://upload.wikimedia.org/wikipedia/en/6/62/Kermit_the_Frog.jpg" alt="Kermit the Frog">
It will end up looking like this on my final page:
Hello Kevin
Im 61 years old not that it matter. However I just want simple steps. How do I place an image. What is src and where and how do I place a cat image. I would like to complete this.
Where do I get an image how do I do this . What do I do first. Where is the url