Html5 Url Tag

Html5 input url is a url(Uniform Resource Locator) type attribute. which can to use for a url type to user input.The url type text box does support URL only.The message will display in below of url box if incorrect url.

Example Code



<!DOCTYPE HTML>
<input type="url" name="url_box" >

Out Put :

Screen Shot :





Content