HTML and CSS Reference
In-Depth Information
Creates a slider control that a user can employ to enter a value that does not need to be precise.
The range starts at the value provided by the min attribute (0 by default) and ends at the value
provided by the max attribute (100 by default):
< input type="range" name="satisfaction" min="0" max="10">
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 "
min=" number "
name=" name "
step="any |number "
value=" text "
input type= " reset "
Creates a reset button that clears the contents of the elements in a form (or sets them to their
default values):
<input type="reset" value="Start Over" >
HTML5 Global Attributes
autofocus ( autofocus="autofocus" in XHTML) ( Not in HTML 4.01 )
disabled ( disabled="disabled" in XHTML)
form=" id of form owner " ( Not in HTML 4.01 )
name=" text "
Search WWH ::




Custom Search