Link to Internal Sections of a Page with Anchor Elements
a ( anchor ) elements can also be used to create internal links to jump to different sections within a webpage.
To create an internal link, you assign a link’s href attribute to a hash symbol # plus the value of the id attribute for the element that you want to internally link to, usually further down the page. You then need to add the same id attribute to the element you are linking to. An id is an attribute that uniquely describes an element.
Below is an example of an internal anchor link and its target element:
I created a new post for you.
It is always best to create your own posts instead of posting in another unrelated thread
Thanks!
As for the challenge, can we see the code of what you have tried so far?
Please post your full code here in the forum
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.
Sure, that is why we are here. But rather than us going through word by word and concept by concept, providing 100 paragraph explanations and a code examples to cover every idea discussed here, could you be more specific about what is giving you trouble?
There’s no shame in it - we’ve all been there - this is tough stuff when you’re starting out. Heck, it’s tough stuff after you’ve been doing it for a while. But being able to articulate problems is an important skill for a dev. And on the forum, it will lead to better answers, both in quality and quantity.