Answers for "how to create an alert for a website html javascript"

5

simple alert program in javascript

alert("this is the alert")
Posted by: Guest on May-25-2020
1

how to make alert in javascript

alert("Alert")
Posted by: Guest on December-30-2020
0

how to make an alert on a page

go to inspect element, go to console. type in 
alert("text")
Posted by: Guest on June-18-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

Code answers related to "how to create an alert for a website html javascript"

Browse Popular Code Answers by Language