When a visitor clicks the submit button in a form, the ______ of each form element is sent.
Answers
Answered by
0
Answer:
the linkwhich contains the information about the submitted form and also the external links
Answered by
0
When a visitor clicks the submit button in a form, the name-value pair of each form element is sent.
Explanation:
- Each and every element on the form will be having a name and an associated value with it. Here, the name which is being sent is used for data identification.
- It will be something like visitor_name. The value can be any data or the name of the web page designer or from the visitor who typed in the field.
- When a visitor on clicking the submit button, where each and every form of the element’s name-value pair of the server.
Similar questions