Learn HTML by Building a Cat Photo App - Step 10

anchor (a ) element does not have an href attribute. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names.
can u help me with this
You can link to another page with the anchor (a) element. For example, <a href='https://freecodecamp.org'></a> would link to freecodecamp.org.

Add an anchor element after the paragraph that links to https://freecatphotoapp.com. At this point, the link won’t show up in the preview.