Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">
<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>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Yes thank you very much for replying. I actually changed the main element to have it outside because I was trying so many different things and nothing was allowing me to proceed on the test. I have since changed it back to what the test originally asks for in having it inside the main tags.
Well the problem i am having here is this;
The test asks me to make an img attribute that points to the kitten image. and I have done this. But when I run test. It gives me a fail sign and the fail sign reads, " Your image should have a src attribute that points to the kitten image." and it is for this reason that I cannot proceed in the lessons.
Is it because I am using the img that was provided for me? am i supposed to call an image from somewhere else perhaps?>