Form Elements
Form features
'New' HTML5 form features
Demo
<input type="text">
<label>
First Name:
<fieldset> and <legend>
Address
Postcode
<textarea>
Some text here
<input type="radio">
Male
Female
<input type="checkbox">
Join mailing list
<select> and <option>
Web
Friend
Other
<input type="submit">
<input type="submit" value="Send Feedback">
<button>
Go Forth