I did what the tutorial said about nesting anchor elements within a paragraph but it keep on saying I should have one “a element” and it should link to the freecatphotoapp link when it is already linked and I’m wondering how to fix it
<p>
View more <a target="_blank" href="https://www.freecatphotoapp.com"> cat photos</a>
</p>
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13597.105.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.208 Safari/537.36.
Challenge: Nest an Anchor Element within a Paragraph
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
I have edited your posts so now we can see your code.
In the future, please use the ask for help button which includes your code and the challenge link.
As to your question, if the error message says you should only have one a element that means you have two anchor tags in your code when there should only be one.
We will need to see your full code but that is probably the issue.
Please post your full code with the formatting I have shown you.