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