forked from ccccourse1/wp109b
-
Notifications
You must be signed in to change notification settings - Fork 0
forms.md
yucing edited this page Mar 12, 2021
·
21 revisions
1. <input type="text"> ==>輸入方式為方格
2. <input type="radio"> ==>輸入方式為勾選(圓形)
3. <input type="checkbox"> ==>輸入方式為勾選(方形)
4. <input type="submit"> ==>顯示一個submit鍵
5. <input type="button"> ==>顯示一個按鈕