How to create an HTML button that acts like a Link?
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-05-25T16:39:47Z
Indexed on
2010/05/25
16:41 UTC
Read the original article
Hit count: 222
html
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. I would also like it so there aren't any extra characters, or params in the URL.
How can I achieve this?
© Stack Overflow or respective owner