How do I link a button to another page with HTML?

Chase

New member
I forgot how to do this. I just want to link this button to another page.

<button style="background-position: center top;" type="submit" value="Login Now!" onmouseover="this.style.backgroundPosition='bottom';" onmouseout="this.style.backgroundPosition='top';">Login Now!</button>
 
Back
Top