html <form> 標簽用于創(chuàng)建供用戶輸入的 html 表單,<form> 元素包含一個或多個如下的表單元素 <input> <textarea> <button> <select> <option> <optgroup> <fieldset> <label> 例子<form action="form_action.asp" method="get"> <p>First name: <input type="text" name="fname" /></p> <p>Last name: <input type="text" name="lname" /></p> <input type="submit" value="Submit" /> </form> 定義和用法<form> 標簽用于為用戶輸入創(chuàng)建 HTML 表單。 表單能夠包含 input 元素,比如文本字段、復選框、單選框、提交按鈕等等。 表單用于向服務器傳輸數據。 提示和注釋注釋:form 元素是塊級元素,其前后會產生折行。 屬性
說明enctype 屬性可能的值:
|