<html> <head> <title>Simple Form</title> </head> <body> <form> Personal Details<br> Name :<input type="text" /><br> Sex : M<input type="checkbox" />F<input type="checkbox" /><br> Date of Birth:<input type="date" /><br> Ph.No:<input type="tel" /><br> <input type="submit" value="submit" /> </form> </body> </html>
for more http://www.makeitsimple.co.in/HTML_form.php
No comments:
Post a Comment