Make Money Online HTML PHP JAVASCRIPT HTML Tutorial for Beginners Tamil – 08 – HTML FORM TAGS

HTML Tutorial for Beginners Tamil – 08 – HTML FORM TAGS

HTML Tutorial for Beginners Tamil – 08 – HTML FORM TAGS post thumbnail image


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

tag or the tag. the

tag is used to create a container for the input controls, while the tag is used to create each individual input control.

the

tag has several attributes that can be used to configure the behavior of the form, such as the action attribute, which specifies where the form data should be submitted, and the method attribute, which specifies how the form data should be submitted (get or post).

the tag also has several attributes that can be used to configure its behavior, such as the type attribute, which specifies what type of input control it is (text field, checkbox, radio button, etc.), and the name attribute, which is used to give each input control a unique name so that it can be identified when the form is submitted.

now that we know how to create a basic form using the

and tags, let’s take a look at some of the other available tags that can be used within a form.

Related Post