<!DOCTYPE html><html><head><title>Internal JavaScript Example</title><script>function greetUser() {alert('Welcome to my page!'); } </script></head><body onload="greetUser()"> <h1>My Web Page</h1></body></html>