Answers for "how to make a warning popup in html"

13

how to make an alert in html

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

javascript alert

alert("string");
Posted by: Guest on May-30-2020

Code answers related to "how to make a warning popup in html"

Browse Popular Code Answers by Language