HTML and CSS Reference
In-Depth Information
step="any |number "
value=" hh:mm:ss "
input type= " url "
This input type is not valid in HTML 4.01 .
Creates a text entry control for entering a single absolute URL. The user agent may validate
the data entered to ensure it is in proper URL format and return an error message if it doesn't
match:
<input type="url" name="blog" size="25"
value="http://www.example.com" >
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 "
maxlength=" number "
name=" name "
pattern=" JavaScript regular expression "
placeholder=" text "
readonly ( readonly="readonly" in XHTML)
required ( required="required" in XHTML)
size=" number "
value=" text "
input type= " week "
This input type is not valid in HTML 4.01 .
Search WWH ::




Custom Search