Tell us what’s happening:
I am trying to complete step 12 of the freecatphoto app, but I cannot seem to get the code correctly. I even looked up a YouTube video and copied that exactly. It looks good on the board but I keep getting the message that my code does not pass. Please help!
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
<p>See more <a target="blank_" href="https://freecatphotoapp.com">cat photos </a>in our gallery. </p>
<a href= "http://freecatphotoapp.com"> link to cat pictures</a>
<!-- User Editable Region -->
<img src="https://cdn.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/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Cat Photo App - Step 12