'type' etermines the functionality of the 'input' element
<HTML> <BODY> <input type="button" id="myButton" onclick="alert('hello!');" value="Button Text> </BODY> </HTML>