HTML and CSS Reference
In-Depth Information
autofocus ( autofocus="autofocus" in XHTML)
disabled ( disabled="disabled" in XHTML)
form=" id of form owner "
list=" id of datalist "
max=" number or string "
min=" number or string "
name=" name "
readonly ( readonly="readonly" in XHTML)
required ( required="required" in XHTML)
step="any |number "
value=" YYYY-MM-DDThh:mm:ssTZD "
input type= " datetime-local "
This input type is not valid in HTML 4.01 .
Creates a combination date/time input control, assuming the time is in the local time zone.
Initial values must be provided in ISO date/time format:
<input type="datetime-local" name="post" value=
"2009-06-23T13:44:16:00" >
HTML5 Global Attributes
autocomplete="on|off"
autofocus ( autofocus="autofocus" in XHTML)
disabled ( disabled="disabled" in XHTML)
form=" id of form owner "
list=" id of datalist "
max=" number or string "
min=" number or string "
Search WWH ::




Custom Search