<!DOCTYPE html>
<html>
<body>
<form action="/example/html/form_action.aspx">
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>