Alert( )
•
<html>
•
<head><title>hello alert</title></head>
•
<body>
•
<script>
•
alert ("Hello, World!");
•
</script>
•
</body>
•
</html>
•
Output: alert box. Run it to see.