I. RAJESH KUMAR (MSc, M.Tech, B.Ed, M.Th)
11. Showing Alert Box
JavaScript
<!DOCTYPE html>
<html>
<head>
<title>Alert Box</title>
</head>
<body>
<script>
alert("This is an alert message!");
</script>
</body>
</html>
This will display an alert box with the given message.
No comments:
Post a Comment