1.

Which attribute defines the file-select field?(a) file(b) checkbox(c) button(d) textThe question was asked during an interview.I would like to ask this question from Input Types for Forms topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right OPTION is (a) FILE

Explanation: file input type defines a file-SELECT field, also gives a “Browse” button for file UPLOADS. Syntax is . 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.



Discussion

No Comment Found

Related InterviewSolutions