<!DOCTYPE html> <html> <body> <h2> Button as a Links</h2> <p> Click the button to go to the HTML tutorial.</p> <button onclick="document.location='default.asp'"> HTML Tutorial</button> </body> </html>