Introduction to HTML5 Elements 01

Answer to your LINK TO INTERNAL SECTIONS OF PAGE WITH ANCHOR ELEMENTS

Let me explain what I did
I gave the footer tag an id “footer”
In the anchor tag, I gave href a reference to footer tag id “footer”
I also removed target="_blank" since footer exist in the same page
That’s it

LIKE if it solves your problem

1 Like