HTML5 Input url
HTML5 Input url : HTML5 Input url is basically used for entering websites url example : www.google.com. The input provided in the field validates and gives error message if invalid url is entered.
Note : HTML5 Input urls are supported in the latest browsers which supports the HTML 5. Currently it is not supported in internet explorer and safari browsers. It Runs only on chrome and firefox.
HTML5 Input url Example
<input type="url" placeholder="Enter Url" > |
Output of the above will be as –
Advertisements