This site is mobile accessible. Press the "Tap Here" button to use a different font-size.



Smartphone icons created by Freepik - Flaticon

JS Alert

// detect button click
onclick="myFunction()"

// activate alert box
function myFunction() {
  alert("I am an alert box!");
}