HTML CSS examples for CSS Widget:Button
Linking to another html document when a button is clicked using form action attribute
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!-- www. j a v a 2s . com--> <body> <form action="http://java2s.com"> <input type="submit" value="Go"> </form> </body> </html>