This question has multiple choices
Options:
A. Command.
B. File
C. input
D. button
Answer:
D. button
Step-by-step explanation:
The form element that the button is associated with (is the owner form). The attribute value must be the id attribute of a <form> element in the same document. If this attribute is not specified, the <button> element must be descended from a form element. This attribute allows you to place <button> elements anywhere in the document, not just descending from its <form> elements.