Given the following code, what will the button do?
<button type="button" onclick="alert('Hello!')">Click here</button>
On click, it will submit the form.
Will display a message with the text "Hello!" when clicked.
On click, it will load a new page.
Will do nothing when clicked.