I dont know hoe to put alt thta points to the image first i have made it to make the image come out but now i just deleted it and the image is not coming out when i am remaking it

Tell us what’s happening:

Your code so far


< img src="https://www.freecatphotoapp.com/your-image.jpg">
<h2>CatPhotoApp</h2> 
<main>
<img src = https://bit. ly /fcc-relaxing cat "alt ='A relaxing cat"
<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey @Rubina2. You have an extra img tag at the very top of your code. Also, the img tag you’re supposed to edit has many unwanted characters. Notice the space between the url and the extra double quotes before alt:

So, I will suggest you to reset your code and start from over. Also, you only need to add "" around the attribute values only and not the attribute itself.

Happy Coding!