Learning Resources
Linking to a Specific Part of a Page
Steps to link to specific part of page
- Place a "named anchor" at the point you wish to link to. You can then easily link back to that anchor.
- To create a named anchor, just use HTML like this:
- Then, you can jump back to that point in the page with a link like this one:
- To jump to a specific anchor in a different page, just use the #anchorname syntax at the end of the link:
Jump to Named Anchor in Another Page