Answers for "when i click a button i want to navigate to a section on a page"

0

button navigate to page

<button onclick="window.location.href = 'index.html'"> Navigate </button>
<!-- Replace 'index.html' with the name of the page to navigate to, or a URL. -->
Posted by: Guest on January-14-2021

Code answers related to "when i click a button i want to navigate to a section on a page"

Browse Popular Code Answers by Language