-
Which attribute defines the file-select field?
-
- button
- file
- text
- checkbox
- None of these
Correct Option: B
file input type defines a file-select field, also gives a “Browse” button for file uploads. Syntax is <input type=”file” name=”image”>. Checkbox gives the facility to select one or more than one options from the given choices. The button activates JavaScript code. The text defines a single-line text field.