: The Form element – HTML: HyperText Markup Language | MDN

<

form

method

=

get

>

<

label

>

<

input

name

=

submitted-name

autocomplete

=

name

/>

</

label

>

<

button

>

</

button

>

</

form

>

<

form

method

=

post

>

<

label

>

<

input

name

=

submitted-name

autocomplete

=

name

/>

</

label

>

<

button

>

</

button

>

</

form

>

<

form

method

=

post

>

<

fieldset

>

<

legend

>

</

legend

>

<

label

>

<

input

type

=

radio

name

=

radio

value

=

yes

/>

</

label

>

<

label

>

<

input

type

=

radio

name

=

radio

value

=

no

/>

No