answersLogoWhite

0


Best Answer

'Name' can be a field and 'value' can defined to the that particular field.

Example:

<select name="Car List">

<option value="Volvo">Volvo</option>

<option value="Saab">Saab</option>

<option value="mercedes">Mercedes</option>

<option value="Audi">Audi</option>

</select>

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between name and value in an HTML Form?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What is the difference between html and dhtml in hindi?

hello


What is the difference between DDR1 and DDR2?

http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html


How the pass value from the HTML pages to the servlet?

You need a form to pass value to a servlet. In the form tag, the action element passes the value into the servlet.


How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.


The 'tabindex' attribute of a form element can be a numeric value from zero to what highest value?

The tabindex is used to control the order in which you tab between form elements on a web page. According the the W3C standards for HTML 4.01, the value of the tabindex must be a number between 0 and 32767. This means that 32767 is the highest value a tabindex value can be set to.


What is the difference between client- and dynamic HTML from being used?

Client side HTML can be seen as dynamic HTML but not much effective. Server Side Dynamic HTML is much more effective.


What is the difference between the function of htm and html?

There are no difference between htm and html. Occasionally, people would drop the L since both are accepted. Certain types of computer will find it confusing if one does not include the L at the end.


What is difference btw html and dhtml in tabular form?

DHTML is an extension of HTML called Dynamic HTML which uses style sheets and JavaScript. This allows you to use small animations and Dynamic menus on your webpage.


What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


What is web 2.0 HTML?

In truth, there's almost no difference between the HTML used in web 2.0 applications, and the HTML used in all other HTML applications. The difference is mainly in the way that the user interacts with the page, and this is provided mainly by the tighter coupling of JavaScript and backend programming like PHP, as well as the ability to transfer data between both using asynchronous calls (AJAX.)