Answers for "Write an example to create an alert popup box when you enter the characters in small letter"

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 "Write an example to create an alert popup box when you enter the characters in small letter"

Browse Popular Code Answers by Language