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?

🎲 Try a Random Question  |  Total Questions in Quiz: 31  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CIW 1D0-61B Site Development Associate Exam — practice the complete quiz, review flashcards, or try a random question.


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?