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; rv:109.0) Gecko/20100101 Firefox/115.0
Challenge: Learn HTML by Building a Cat Photo App - Step 14
If you have questions, it is best to post them, using your own words, along with your code. In this way, the community is able to provide correct and quick responses.
If you are wondering how to add the target attribute with its “_blank” value, I suggest using the previous attribute already in the anchor as a reference.
The href attribute and its value “url” were added previously to the anchor. The target attribute and its value should be added in the same way.