Horje

What is HTML <select> name Attribute

Definition and Usage

The name attribute specifies the name for a drop-down list.

The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted.


Browser Support

Syntax

<select name="text">

Attribute Values

Value Description
text The name of the drop-down list




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin