Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img> src=relaxing-cat.</img>
<img>"alt relaxing-cat”</img>
<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; Android 9; SM-G955F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36
Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img src= https://www.freecatphoto.com/your-image.jpg."alt=a business cat wearing a necktie.>
<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; Android 9; SM-G955F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36
An tag always needs an alt description and a source (src). The source is, as you’d expect, the link to the image/media you want to display. The ‘alt’ argument is used to describe what the media portrays. For instance, when you have a url (src) that links to a sports car, your alt would be something like: alt=“Picture of a sports car”.
That’d be something like:
<img src="https://media.istockphoto.com/photos/illustration-of-generic-red-sports-coupe-car-on-white-background-picture-id1006541592?k=20&m=1006541592&s=612x612&w=0&h=QA8QrYO24Skff4l2-Matzvj7U2kO1zSQ8JdCt0L8aJM=" alt="A red sportscar">