I’m a bit confused. I learned that the IMG tag is self-closing, but when I look at the link in step 15 (no spoiler, since this is not the answer to the question that you need to give btw):
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
There is a > after the word ‘back’. Is it self -closing, but they added the > anyway?
In other words, it is self closing, but if you add it, it is not wrong?