Hi! I’ve been stuck on this problem for a while. I’ve met all other requirements but I have one to many HTML tags. I cant find where though. Could someone help me find it?
<a href="#footer"https://freecatphotoapp.com">Jump to bottom</a>
<footer id="footer">jump to bottom</footer>
Can you please provide your full code and a link to the challenge?
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.
<a href="#footer"https://freecatphotoapp.com">Jump to bottom</a>
You don’t have too many HTML tags, you have too much stuff within your <a> tag. I don’t know what challenge you’re on, but what’s that href supposed to point at? "#footer" or "https://freecatphotoapp.com"?