'type' etermines the functionality of the 'input' element : type input « Form « HTML / CSS






'type' etermines the functionality of the 'input' element

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

    
      
      








Related examples in the same category