下面我們給大家介紹一下輸入類型HTML代碼的使用吧!希望大家可以在這裡學習!
文本域 <input type="text">
單選按鈕 <input type="radio">
復選框 <input type="checkbox">
下拉列表 <select><option>
密碼域 <input type="password">
提交按鈕 <input type="submit">
可單擊按鈕 <input type="button">
圖像按鈕 <input type="image">
隱藏域 <input type="hidden">
重置按鈕 <input type="reset">
文件域 <input type="file">
輸入類型HTML代碼的使用的精彩內容就先到這裡。更多精彩內容,還請大家持續關注精品。
相關推薦:
HTML5中download屬性的應用的方法