Function

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html> <head> <script type="text/javascript"> function displaymessage() { alert("Hello World!

"); } </script> </head> <body> displaymessage() </body> </html>

You might also like