I would like to create an HTML button that acts like a link. So, when you click the button, it redirects to a page. I would like it to be as accessible as possible.
If you are using an inside form, add the attribute type="reset" along with the button element. It will prevent the form action.
www.example.com