answersLogoWhite

0


Best Answer

The name attribute can be used for referring the value in other context. For example for passing the value in JavaScript.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of name attribute in designing form in HTML and what happens if not used?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which attribute of an HTML form tells the browser how to encode the information?

The enctype attribute indicates how the form data should be encoded. It is placed in the form tag inside it.


Which attribute specifies the submit URL in a form tag in HTML?

Use the "action" attribute of a FORM element to specify the URI of the form processor.


Form's action attributes in HTML?

A form's action attribute in HTML is used to tell the browser where the data collected from the form will be submitted. This collection is usually some kind of backend programming, written in a language like ASP or PHP. The place where the action attribute is pointed towards will process the data, saving it, running a query, or whatever else is supposed to happen to it.


How do you create forms using ASP and HTML?

You can use a WYSIWYG html editor to drag and drop html form controls and program their function. An html editor such as Microsoft Front Page or Adobe DreamWeaver can do these tasks.


What is HTML form?

The HTML form tag is a container tag for holding HTML elements that allow the user to submit information to the server for processing. The form tag contains attributes like ID (which allows serverside code to identify the form) method (which is GET or POST, and defines how the info in the form will get sent to the server) and type (which is used to distinguish between regular forms, and forms that contain files.) The form tag also has the action attribute, which will tell the browser where to send the submitted data for processing. <form id="search" action="search.php" method="get"> <!--Form elements go here--> </form>

Related questions

Which attribute of an HTML form tells the browser how to encode the information?

The enctype attribute indicates how the form data should be encoded. It is placed in the form tag inside it.


Which attribute specifies the submit URL in a form tag in HTML?

Use the "action" attribute of a FORM element to specify the URI of the form processor.


How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


Which tag is used to hide the field on a HTML form?

The input tag with the type attribute as hidden.


How do you create a drop down list of content for your webpage?

You could use the HTML <form> attribute to learn more about it have a look under the HTML section @ http://www.w3schools.com


In HTML 4.0 Which is the correct enctype attribute for a FORM collecting user text input and file uploads?

text/plain


Form's action attributes in HTML?

A form's action attribute in HTML is used to tell the browser where the data collected from the form will be submitted. This collection is usually some kind of backend programming, written in a language like ASP or PHP. The place where the action attribute is pointed towards will process the data, saving it, running a query, or whatever else is supposed to happen to it.


What is meant by method equals post in HTML language?

method="POST" is a common attribute of the HTML <form> tag. What this does is tells the form that it needs to "post" the data to whatever file you have specified in your "action" attribute of the form tag. So your form tag might look something like this: <form action="receive.php" method="POST">Insert form data here</form> Again, this will tell the form to post all the data that the user has entered into it to the receive.php file.


How do you create forms using ASP and HTML?

You can use a WYSIWYG html editor to drag and drop html form controls and program their function. An html editor such as Microsoft Front Page or Adobe DreamWeaver can do these tasks.


What's the full form of HTML?

HTML is stand for Hyper Text Markup language. HTML is a skeleton of your website. HTML is a markup language which is very useful for designing a website because without html we can't design a website that's why because html we provide all design pattern for design a website and all browser is only understand HTML format. For more info visit @javatpoint


What is HTML form?

The HTML form tag is a container tag for holding HTML elements that allow the user to submit information to the server for processing. The form tag contains attributes like ID (which allows serverside code to identify the form) method (which is GET or POST, and defines how the info in the form will get sent to the server) and type (which is used to distinguish between regular forms, and forms that contain files.) The form tag also has the action attribute, which will tell the browser where to send the submitted data for processing. <form id="search" action="search.php" method="get"> <!--Form elements go here--> </form>


What part of speech is attributes?

Attributes is a noun (plural form of attribute) and a verb (third person singular conjugation of attribute).