You will learn to create HTML forms with TextBox, and submit button input elements. Although there are various input elements like radiobutton, checkboxes, labels, submit button.
Using these input elements we can create Application registration forms.
They can have ID's also which are used to create the dynamic websites.
TextBox have labels
Checkboxes have box which is filled with Tick mark.
Radiobuttons have circle button which are filled only once among multiple radiobuttons.
Submit button sends the data to action which calls the API or request.
In this video there is no use of action element in form tag. We put the request inside action element.
#html #html5tutorial #htmlcss #htmlforms #htmlforbeginner #htmlform