<img><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://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumps up.">
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.
<img><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>
<img src=https://bit.ly/fcc-relaxing-cat alt=""
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.
The instruction is telling you to insert an image tag <img> before the <h2>CatPhotoApp</h2> element. Then you need to set the src attribute to the link they are providing you. And finally add an alt attribute with whatever description you want.
This is an example of adding an image to your html structure. <img src="https://www.your-image-source.com" alt="Description of the picture>
<img src="https://bit.ly/fcc-relaxing-cat" alt="Cat">
<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>
So i put everything right on codes and on the browser side the image icon pops up but the image i need won’t show up when i request it.How do i get image to show?
With the img tag…
Post your code so we can see what’s wrong
If you use the “Ask for help” button you will have a precompiled post with your code inside so you don’t need to do that much work