My website has various sections on the homepage and I want to add an anchor link to the navigation. This will allow users to scroll down to a specific section, like "About Us," when clicking on the appropriate nav link. I also need the anchor link to work when navigating from other pages, such as the Contact Page, so that it directly takes me to the desired section on the home page instead of starting at the top.
Is there a way to achieve this functionality using HTML?