Html5 form elements – Adobe Dreamweaver CC 2014 v.13 User Manual
Page 57

HTML5 form elements
Check Box
markup/input.checkbox.html
File
Multiple
markup/input.file.html
Form
No validate
, Accept charset
markup-20120329/form.html
Hidden
markup-20120329/input.hidden.html
Password
markup/input.password.html
Image
Width, Height, Action,
Method, Form no Validate,
Form Enc Type, Form target.
markup/input.image.html
Reset
eset.html
Submit
Form No Validate, Form Enc
type, Form target, Action,
Tab Index, Method
.
markup/input.submit.html
Radio
markup/input.radio.html
Text Area
Rows, Cols, Place Holder,
Wrap, Max Length, Tab Index
markup/textarea.html
Select
Size
/select
Form element
Available in
Description
Description of attributes
Color
12.2
For input fields that should
contain a color.
markup/input.color.html
Date
12.2
Control that helps the user
select a date.
markup/input.date.html
Date Time
12.2
Allows the user to select a
date and time (with the
time zone).
markup/input.datetime.html
Date Time Local
12.2
Allows the user to select a
date and time (no time
zone)
markup/input.datetime-
local.html
Month
12.2
Allows the user to select a
month and year.
markup/input.month.html
Number
12.2
For fields that should
contain only numbers.
markup/input.number.html
Range
12.2
For fields that should
contain values from a
range of numbers.
markup/input.range.html
Time
12.2
Allows the user to select a
time.
markup/input.time.html
Week
12.2
Allows the user to select a
week and year.
markup/input.week.html
A control for editing a list
50