Font-size: A A A
This function accepts a message as an argument and displays an alert message box containing the message to the user.
<input type="button" value="Click Me" onclick="alert('You clicked me!')">