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