HTML5 Input url
home
Run
screen_rotation
fullscreen
cloud_download
<!DOCTYPE html> <head> <title>Html 5 Email Example</title> </head> <body> <form action="javascript:void(0);"> <input type="url" placeholder="Enter Url" required="true" ><br> <i>Url Like This : http://tutorialsplane.com</i><br> <input type="submit" value="submit"> </form> </body> </html>
<!DOCTYPE html> <head> <title>Html 5 Email Example</title> </head> <body> <form action="javascript:void(0);"> <input type="url" placeholder="Enter Url" required="true" ><br> <i>Url Like This : http://tutorialsplane.com</i><br> <input type="submit" value="submit"> </form> </body> </html>
Copyrights@tutorialsplane.com