How to create an HTML button that acts like a link?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
Darrel
Forum Commoner
Posts: 33
Joined: Fri Oct 10, 2014 2:30 am

How to create an HTML button that acts like a link?

Post by Darrel »

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 parameters in the URL.

Thank You
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to create an HTML button that acts like a link?

Post by Celauran »

Or just use a link that looks like a button
Post Reply