Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:

My code has an imj element as well as an src element but it still says my code is wrong. I need help checking my code for Step 8

Your code so far


<!-- User Editable Region -->

<imj src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

In HTML, we don’t have an imj element.
We have something else called an img element which stands for image.