表格
<form>
元素表示包含與伺服器提交資訊的表單相關元素(例如 <button>
<fieldset>
<input>
<label>
<output>
<select>
<textarea>
)的部分。起始(<form>
)和結束(</form>
)標籤都是必需的。
<form>
元素表示包含與伺服器提交資訊的表單相關元素(例如 <button>
<fieldset>
<input>
<label>
<output>
<select>
<textarea>
)的部分。起始(<form>
)和結束(</form>
)標籤都是必需的。