Form表單
常使用的元素
Form表單是一個特殊個體,為使用者所輸入文字傳送或儲存下個表單及資料庫,像是註冊、問卷都會使用到表單元素。
action 使選擇哪個頁嵌,提交內容時會傳送此表單所有內容。
<form action="form_action.asp" method="get"></Form>
通常會放以下元素:

Input 元素
input 使一個非常多樣化的一個元素,有checkbox、test、password相關的type,減少很多製作物件方格等時間。
input類別參考:

使用方式
Last updated
Was this helpful?