which is the attribute used with input element
Answers
Answered by
0
The name attribute specifies the name of an <input> element. The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted. Note: Only form elements with a name attribute will have their values passed when submitting a form.
Answered by
0
Answer:
following attributes can be used with input
- type
- name
- id
- title
Similar questions