About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <body onresize="myFunction()"> <p>Try to resize the browser window.</p> <script> function myFunction() { alert("You have changed the size of the browser window!"); } </script> </body> </html>