HTML/CSS/Form Attributes/type input
Версия от 09:21, 26 мая 2010; (обсуждение)
"type" etermines the functionality of the "input" element
<HTML>
<BODY>
<input type="button" id="myButton" onclick="alert("hello!");" value="Button Text>
</BODY>
</HTML>