HTML form is wonderful contain for a web site. You can create it easily by HTML coding. Form has various kinds of style and tag. It may be so First Name, Last Name, Email, Password, Upload, Submit Form etc. All of them you can create by HTML coding like text, password, submit, option, radio, checkbox etc field. Now we post about those tag & there creation. Let’s learn about…….
HTML Text or Name Field
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
First name:
Last name: |
HTML Email & Password Field
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
E-mail:
Password: |
HTML Text Area
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
HTML Radio Buttons
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
Male
Female Both |
HTML Check Box
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
Apples
Oranges Pears Peaches |
HTML Drop Down List
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |
Your Choice |
HTML Submission Form & Reset
HTML Coding |
[code language=”css”] |
---|---|
Show in Browser |