Answers for "how use alert box on a webpage with the help of javascript"

13

how to make an alert in html

<script>
  alert('this is an alert');
</script>
Posted by: Guest on May-06-2020

Code answers related to "how use alert box on a webpage with the help of javascript"

Browse Popular Code Answers by Language