Tell us what’s happening:
Describe your issue in detail here.
So, I’ve been trying to figure it out where is the problem with my code but I think its okay. I already restarted a couple of times and I still can get the problem correct.
Can someone help me to find the error or to explain me the solution…
After I checked my code this is what it says:
Hint
Your anchor ( a
) element should have an opening tag. Opening tags have this syntax: <elementName>
.
**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 cat photos. </p>
<a href="https://freecatphotoapp.com" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</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/101.0.4951.67 Safari/537.36
Challenge: Step 14
Link to the challenge: