how to make a button limk to a part of a page in html bootstrap code example
Example: html button with link
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>
<form action="https://google.com">
<input type="submit" value="Go to Google" />
</form>