-->

HTML form tag

On most or almost all websites we can see like input your name,e-mail,address etc, this we can create using form and its supporting attributes.
How to do this?
Let's understand this with the help of following example.
--------------------------------------------------------------------------------------------
1) HTML page to create box to input our data using box.

                                                                                          click to know

2)HTML page to create password box to input our password.

                                                                                           click to see example

3)HTML page to create radio box to choose data between two options.

                                                                                              click here

4)HTML page to create check box to choose multiple data between given options.

                                                                                              click here

5)HTML page to upload a file.

                                                                                              click here

6)HTML page to create drop down box with values.

                                                                                              click here

7)HTML page to create text area.

                                                                                              click here

8)HTML page to create submit and reset button.

                                                                                              click here

9)HTML page to choose the date from drop down list.

                                                                                              click here
10)HTML page to choose the time from given time list.

                                                                                              click here

11)HTML page to choose the   month from given month list.

                                                                                              click here


-----------------------------------------------------------------------------------------
HTML 5.0 form tag with attributes
----------------------------------------------------------------------------------------
1)HTML page with label tag.
                                                                                               click here

2)HTML page with optgroup and select tag.

                                                                                                 click here

3)HTML page with input type date.
                                                                                                 click here

4)HTML page with input type datetime local.

                                                                                                  click here

5)HTML page with input type color.

                                                                                                   click here

6)HTML page with input type e-mail.

                                                                                                    click here

7)HTML page with input type week.

                                                                                                    click here

8)HTML page with input type url.

                                                                                                   click here

9)HTMl page with input type time.
                                                                                                    click here

10)HTML page with input type tel and attribute pattern.

                                                                                                    click here

11)HTML page with input type search.

                                                                                                     click here

12)HTML page with input type number.

                                                                                                   click here

13)HTML page with input type month.

                                                                                                    click here

14)HTML page with fieldset.

                                                                                                    click here

15)HTML page with input list, datalist and option.

                                                                                                             click here

16)HTML page with input type button and javascript.

                                                                                                     click here

No comments:

Post a Comment