html alert page example
Example 1: javascript alert
alert(varible);
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
alert(varible);
go to inspect element, go to console. type in
alert("text")