Form examples method="post"
Simple form - the method will be get
First name:
Last name:
This is readonly:
This is disabled:
Radio Buttons
Choose your favorite Web language:
HTML
CSS
JavaScript
Checkboxes
The
input type="checkbox"
defines a checkbox:
I have a bike
I have a car
I have a boat
The select Element
The select element defines a drop-down list:
Choose a car:
Volvo
Saab
Fiat
Audi
Textarea
The textarea element defines a multi-line input field.
The cat was playing in the garden. WiWi
(button I do nothing)
(button onclick)