Tell us what’s happening:
Describe your issue in detail here.
Im doing step 13 and I’ve looked at previous forums but I don’t get what or where I’m messing up any help is appreciated
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<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/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
That’ s actually strange, I just did it like this:
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<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>
I pasted here my solution that worked. I can’t see differences between your solution and mine. I think there is maybe some spaces missing, or any other little detail.
You did all right in terms of implementing target=“_blank”. That’s for sure.
Yeah that’s really weird I compared mine with yours and I can’t inherently see any differences but I used your code and it worked so that’s weird. thanks for your help thought I was going crazy lol