<html>
<body>
<h2>URL Field</h2>
<p>The <strong>input type="url"</strong> is used for input fields that should contain a URL address:</p>
<form action="https://www.w3schools.com/action_page.php">
Add your homepage:
<input type="url" name="homepage">
<input type="submit">
</form>
<p><b>Note:</b>
The type="url" is not supported in IE9 and earlier versions.</p>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_input_url by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:25:16 GMT -->
</html>