You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
you are missing the href attribute in your <a> element.
Also, remove the spaces around your text and the element tag to pass the test. <a>cat photos</a>
(then add your href attribute with the required link in the challenge)
Hint: reset your challenge before you do these steps because you modified the second line of the challenge by mistake: <a href="https://freecatphotoapp.com">link to cat pictures</a>