HTML5 forms Part 1

Notes:

HTML5 forms - Part 1:
fieldset
legend
label for
form action method
input type="submit"
input type="reset"
input type="text" maxlength
input type="password"
input type="radio" checked
input type="checkbox" checked

select multiline
option selected
textarea rows cols wrap

Interview Questions: