About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <head> <script> function myFunction() { alert("Page is loaded"); } </script> </head> <body onload="myFunction()"> <h1>Hello World!</h1> </body> </html>