This video is about the form, input, section tags in HTML5. I have also talked about the different types of inputs are accepted using input tag in HTML5. The video also starts of with the explanation of how the forms work.
Forms are a part of everyday life. When we use a physical form in real life, we write down information and give it to someone to process. Think of the times you’ve had to fill out information for various applications like a job, or a bank account, or dropped off a completed suggestion card — each instance is a form!
If we want to create an input field in our form element, we’ll need the help of the input element. The different input types are:
i) text - 04:23
ii) password - 07:08
iii) number - 09:38
iv) range - 11:30
v) checkbox - 14:06
vi) radio button - 16:35
vii) dropdown options - 18:51
viii) datalist options -21:00
ix) textarea - 23:00
x) submit - 25:08