<form> 表單是比較重要的HTML元素,塊元素,主要作用是向伺服器端提交資料。結合表單元素input使用,通過內部的button按鈕提交(type="submit")表單資料。
input
button