Please enable JavaScript.
Coggle requires JavaScript to display documents.
forms (radio (same (name, attribute), can (only (one), select), <input…
forms
radio
<input type="radio">
same
name
attribute
can
select
only
one
<fieldset><legend></legend></fieldset>
groups
elements
fist
child
legend
represents
name
fieldset
<select name=" "><option value=" "></option>...</select>
drop-down-box
multiple
attribute
show
all
options
preselection
selected
<input type="checkbox">
can
select
more
checked
textarea
col=" "
rows=" "
<input type="reset">
resets
values
<button>
clickable
use
images
element
can
defines
<input>
attributes
maxlength
<form method="POST" action=" "></form>
<input type="submit">
<label></label>