This is not a valid anchor element. I would reset the code. You should write an anchor element that looks exactly like the one you completed on the last step.
I wrote. this; <p><a href=“https://freecatphotoapp.com”.</p> but it say; Your code should only contain one anchor (a) element. Remove any extra anchor elements
The problem seems to be that you haven’t properly closed the anchor tag. The anchor or the a element is a paired tag, meaning there needs to be an opening as well as closing tag present for it to work properly. for example:
// the button tag is also a paired tag
//opening tag content closing tag
| | |
<button> My button </button>
I changed it to; pa href="https://freecatphotoapp.com"/a``/p but it say; Your code should only contain one anchor (a` ) element. Remove any extra anchor elements.
I changed it to; href=“https://freecatphotoapp.com”`[quote=“Abdullateefkayode, post:1, topic:542270, full:true”] Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p><a href='https://freecatphotoapp.com'.</a> cat photos.</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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
[/quote]
but it say; Your code should only contain one anchor ( a` ) element. Remove any extra anchor element