Edit This Code:
See Result »
<
!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
>
<!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:
Privacy Policy