About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!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='https://itupto.com'">HTML Tutorial</button> </body> </html>