HTML/CSS/Form Attributes/type input

Материал из Web эксперт
Перейти к: навигация, поиск

"type" etermines the functionality of the "input" element

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