Answers for "script for alert box"

13

how to make an alert in html

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

giving alert in javascript

<!DOCTYPE html>
<html>
<body>

<h2>Biggnars platform</h2>

<script>
window.alert("My known programming languages are python,c# and java");
</script>

</body>
</html>
Posted by: Guest on July-16-2021

Browse Popular Code Answers by Language