previous
|
start
|
next
HTML Forms
Most form elements have the syntax
<input type=
type_name
additional_attributes
/>
You should include a
name
attribute on every element except submit button
You may include a
value
attribute with a default value
previous
|
start
|
next