我們為大家收集整理了關於html標簽input,以方便大家參考。根據不同的 type 屬性值,輸入字段擁有很多種形式。輸入字段可以是文本字段、復選框、掩碼後的文本控件、單選按鈕、按鈕等等。
<form action="form_action.asp" method="get"> First name:<input type="text" name="fname" />
Last name:<input type="text" name="lname" />
<input type="submit" value="Submit" />
</form>
希望大家可以學會html標簽input想了解更多精彩內容,請關注我們的網站!
相關推薦:
什麼是html標簽href呢