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.
2)HTML page to create password box to input our password.
3)HTML page to create radio box to choose data between two options.
4)HTML page to create check box to choose multiple data between given options.
5)HTML page to upload a file.
6)HTML page to create drop down box with values.
7)HTML page to create text area.
8)HTML page to create submit and reset button.
9)HTML page to choose the date from drop down list.
10)HTML page to choose the time from given time list.
11)HTML page to choose the month from given month list.
-----------------------------------------------------------------------------------------
HTML 5.0 form tag with attributes
----------------------------------------------------------------------------------------
1)HTML page with label tag.
2)HTML page with optgroup and select tag.
3)HTML page with input type date.
4)HTML page with input type datetime local.
5)HTML page with input type color.
6)HTML page with input type e-mail.
7)HTML page with input type week.
8)HTML page with input type url.
9)HTMl page with input type time.
10)HTML page with input type tel and attribute pattern.
11)HTML page with input type search.
12)HTML page with input type number.
13)HTML page with input type month.
14)HTML page with fieldset.
15)HTML page with input list, datalist and option.
16)HTML page with input type button and javascript.