<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>
<a="_blank">target<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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello Hope you’re fine! You didn’t explain very well what is the problem with your code! Learning how to formulate a problem is an important part of coding!
Anyway, the task is to add the target attribute with the value of “_blank” to your anchor. First of all you must remove the second anchor that you added <a="_blank">target<a/>. Then add the target attribute in your anchor <a href="https://freecatphotoapp.com"> (the target attribute opens a linked source in an other new page ). You have to add the target attribute with the value _blank