萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> Html5 >> 何為html標簽input

何為html標簽input

我們為大家收集整理了關於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呢 

copyright © 萬盛學電腦網 all rights reserved