When the user clicks the Submit Query button on a form, the browser sends the information
entered in the form to the Web server as a raw text string. The basic element of a raw text
string is a name=value pair. A CGI script parses and formats the raw text string into a
human-readable format. Which attribute of the form field elements organizes information
input by the user into name=value pairs?
A.
Type
B.
Name
C.
Value
D.
Input