Tell us what’s happening:
Describe your issue in detail here.
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 href="https://freecatphotoapp.com"> cat photos </a> in our gallery. </p>
<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188
Challenge: Learn HTML by Building a Cat Photo App - Step 14
@gipa0G
Welcome to the community!
The target attribute and “_blank” value would be added the same way as other attributes and values.
In the following, the href attribute, along with its value
“https: // freecatphotoapp.com” has been added to the a anchor,
The target attribute and “_blank” value would be added the same way.
I hope this helps you.
Please, when requesting assistance in the community, explain the issue in your own words? This will make it easier and more effective for the responses from the community!
Happy coding!
Please explain the problem when posting, the community can better assist you. Possibly, the issue is that your syntax “</>” isn’t touching the text. Including what the tips say at the bottom of the lesson would also be useful. Goodluck on your coding!