Navigating to Sections on the Same Page

When pages are long, or visitors are expected to interested in specific topics, you can section the page using <div>s with unique ids. A page can then include its own internal navigation with links to those unique sections. A good example of this is <a href=”https://www.wikipedia.org/ target=”_blank”>Wikipedia</a>, which always lists out the page contents for users.

Note It is considered good practice to include “back to top” options for the user, to avoid excessive scrolling and confusion. This can be done by using # as the source’s placeholder, or creating an id at the page’s beginning.