Tuesday, August 6, 2013

[Part-9] HTML : Form Creation

If you have not read my previous posts of HTML then read it for better understating of today's HTML post.


In today's post I will tell you how to create simple form using HTML.

Just follow the some very simple and easy steps to do this :-



  • Open notepad or notepad++.
  • Write or copy and paste the below given HTML code.
  • Then save as anyname.html.
  • Now open saved file with browser.
  • We have created the form using some tags i.e. <form></form>, <table></table>, <input>.
  • We have also used some attributes i.e.  type="radio" to create radio button,  type="checkbox" to create text box these attributes are used with <input>.
  • We have created text box using type="text" for text and type="password" to create box for password these attributes are used with <input>.
  • We have also used <table></table>, <tr></tr>,<td></td> to create this form.
  • We used this <input type="submit" value="Submit"> <input type="reset" value="Reset" > to create Submit and Reset button.

HTML Code :-



Output :-






See the below video for better understanding of the form creation :-





If you have any doubt post in the comment box.

For more updates like us on Facebook.

0 comments:

Post a Comment