Skip to main content

表单

<form>...</form>

action="url"

method=""

enctype=""

autocomplete

novalidate

accept-charsets

target

<fieldset>...</fieldset>

<label>...</label>

<legend>...</legend>

<input />

type=""

name=""

value=""

size=""

maxlength=""

step=""

width=""

height=""

placeholder=""

pattern=""

min=""

max=""

required

autofocus

disabled

<textarea>...</textarea>

<select>...</select>

name=""

size=""

mutiple

required

autofoucs

<optgroup>...</optgroup>

<option>...</option>

value=""

selected

<button>...</button>

示例

Live Editor
Result
Loading...