Edit This Code:
<!DOCTYPE html>
<html>
<body>

<form action="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>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy