Remove the target="_blank" attribute from the anchor tag since this causes the linked document to open in a new window tab. Then add an id attribute with a value of "footer" to the <footer> element at the bottom of the page

what is wrong with this work

Cat Photos

Cat PhotoApp

lease

Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="#https://freecatphotoapp.com-" footer>Cat Photos</a>
<h2 id="https://freecatphotoapp.com-footer">Cat PhotoApp</h2>

<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<p>Meowwww loved it, hated it, loved it, hated it yet spill litter box, scratch at owner, destroy all furniture, especially couch or lay on arms while you're using the keyboard. Missing until dinner time toy mouse squeak roll over. With tail in the air lounge in doorway. Man running from cops stops to pet cats, goes to jail.</p>
<p>Intently stare at the same spot poop in the plant pot but kitten is playing with dead mouse. Get video posted to internet for chasing red dot leave fur on owners clothes meow to be let out and mesmerizing birds leave fur on owners clothes or favor packaging over toy so purr for no reason. Meow to be let out play time intently sniff hand run outside as soon as door open yet destroy couch.</p>

</main>

<footer>Copyright Cat Photo App</footer>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0.

Challenge: Link to Internal Sections of a Page with Anchor Elements

Link to the challenge:

It is asking you to add link to footer . So, the code must be like this

<a href="#footer">Jump to Bottom</a>

and your footer tag must have an id=“footer”.

Hey @kingibe925,
The href attribute should be set to,
<a href="#footer">
its currently set to,


<h2> should not have a id here set to this:


The label text should be " Jump to bottom "

its “Cat Photos” right now.


and last, footer id should be set to "footer"

is should be

<footer id="footer">

still have problem with this
The

footer

tag should have an

id

attribute set to “footer”.

You have to post your new code.

Use the “preformatted text” tool in the editor (</>) to add backticks around your code when posting it.

thanks alot guys
just got it