Tell us what’s happening:
Describe your issue in detail here.
My things showing that I have either omitted the href value or have a typo and its looks right to me so I’m not sure what I’m doing wrong.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more <a "cat photos" > in our gallery <a href="https://freecatphotoapp.com">
<!-- User Editable Region -->
<img src="https://.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 12