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.
You can simply put an a tag around the element:
My Button
https://jsfiddle.net/hj6gob8b/