Q:

Javascript Program to implement Alert Box

0

Program to implement Alert Box by calling a function.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

<html>
<head>
</head>
<body>
<button onclick="AlertBox()">Click Me!</button>

<script>
function AlertBox() 
{
    alert("Hello TutorialLink!");
}
</script>

</body>
</html>

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now