CBSE Class 10 Computer Applications
Question 25 of 31
Solved Sample Paper 1 — Question 3
Back to all questionsHTML forms are means to collect information/data from the site visitor. Forms collect information through its elements like text fields, textarea fields, drop-down menus, radio buttons, checkboxes etc.
Three attributes of HTML forms are:
- name — It specifies the name of the form.
- action — It provides the URL of the program that receives the information from the form and processes it.
- method — A method attribute, specifies the type of protocol used to submit the data.