Home > Web Development > Quizzes > Web Technology Basics Practice Test: Handling Forms
Web Technology Basics Practice Test: Handling Forms
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 68% Most missed: “What happens if two elements have the same tabindex value?”
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
Web Technology Basics Practice Test: Handling Forms
Time left 00:00
25 Questions

1. When do you use GET?
2. What happens when the form element doesn’t carry method attribute?
3. What does an accept-charset attribute specify?
4. What is a legend element?
5. Which attribute does a legend element not contain?
6. What happens if two elements have the same tabindex value?
7. What is a target attribute?
8. What is a tabindex attribute?
9. What is an accept attribute?
10. How does an onsubmit attribute help?
11. Which is not a possible value for wrap?
12. What are the three basics of programming a form-based document?
13. What is the default width of text field?
14. What is Multiple attribute used for?
15. Which of the following is not a control of Form on a webpage?
16. The value which doesn’t belong to the Button is?
17. When an element’s type attribute has a value of text, it can carry which attributes?
18. What is method attribute?
19. Describe about the onreset attribute?
20. A element cannot contain which element?
21. What are hidden controls?
22. Which Form control work with the readonly attribute?
23. What is the default value for tabindex attribute?
24. The text inside the