Answers for "how to show a alert message in html"

13

how to make an alert in html

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

alert in js returb value or not

Alert in JS doesn't return anything -- it just Displays Message
Posted by: Guest on July-10-2020

Code answers related to "how to show a alert message in html"

Browse Popular Code Answers by Language