08 – HTML FORM TAGS
welcome to another tutorial of html. in this tutorial we will learn about form tags. we have already seen how to create a basic form. but in this tutorial we will see how to use different form tags to create a more sophisticated form.
a form is a container for input controls. input controls are the components that allow the user to enter data into the form. there are many different types of input controls, including text fields, checkboxes, radio buttons, submit buttons, and more.
in html, there are two ways to create a form. you can either use the