1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Title of the document</title>
5 </head>
6 <body>
7 <form>
8 <input type="button" onclick="window.location.href = 'https://www.w3docs.com';" value="w3docs"/>
9 </form>
10 </body>
11</html>