answersLogoWhite

0

'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

13y ago

What else can I help you with?

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.


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.


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.


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 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 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 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 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.)


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.