4TH

MY WEB PAGE IN JS 1

4TH
Apr 2nd, 2026
2
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
HTML 2.53 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <title>Internal JavaScript Example</title>
  3. function greetUser()
  4. {
  5. alert('Welcome to my page!');
  6. }
  7. </script>
  8. </head>
  9. <body onload="greetUser()">
  10. <h1>My Web Page</h1>
  11. </body>
  12. </html>
RAW Paste Data Copied