Answers for "how to give alert in the website w3school"

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 to give alert in the website w3school"

Browse Popular Code Answers by Language