Answers for "alert message in html simple without javascript"

5

simple alert program in javascript

alert("this is the alert")
Posted by: Guest on May-25-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

Browse Popular Code Answers by Language