Which of the following is not a control of Form on a webpage?

🎲 Try a Random Question  |  Total Questions in Quiz: 40  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Web Technology Basics Practice Test: Handling Forms — practice the complete quiz, review flashcards, or try a random question.

Quiz on creating forms with form elements, form controls, form accessibility and structure. When a user submits an HTML form, the data is sent to a form handler, which is usually a file on the server that processes the input data. The form handler can define where the data goes using an action attribute. The action attribute can be relative or full. Relative URLs compare to the current URL loaded in the browser, while full URLs submit the form data to a different website. The form can also use an HTTP method attribute, such as GET or POST.  Here are some HTML form controls: Text input... Show more

Which of the following is not a control of Form on a webpage?