You are on page 1of 1

<html> <head> <script type= "text/javascript"> function showAlert() { var val1=Hello; var val2=world; var sum=val1+val2; sum += i love

you; alert (sum); } </script> </head> <body onLoad= "showAlert()"> Welcome to my page :) </body> </html>

You might also like