I get this error message which I can not figure "You should add one opening anchor (a) tag. "I removed one and integrated into (img) tag one the same shit… Is something missing here or I am stupid lmao
Ehh, I think it’s just an odd lesson test. It’s not wrong, it’s just kinda misleading. It looks like you removed your previous closing tag here:
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com"> </p>
^
along with the text “cat photos” and this is throwing off the lessons tests. Currently I’d hit the “Reset Step” button to fix that and then go on with the challenge. The step wants you to nest your <img> in anchor tags, so that it becomes a link as well.
You can nest an <img> in <a> tags just as well as you can nest an <img> in <main>. So something like: