HTML CSS examples for CSS Widget:Button
Use multiple html buttons that act as links
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from w w w.ja v a 2 s .co m--> <body> <button onclick="window.location.href='http://google.com';">Google</button> </body> </html>