Which statement about the name and id attributes of form fields is false?

Questions & AnswersCategory: Programming LanguageWhich statement about the name and id attributes of form fields is false?
Adam asked 2 years ago

Which statement about the name and id attributes of form fields is false?

a. The id attribute is what is sent when the form is submitted.

b. The name attribute can be used to access the field using getElementsByName().

c. It is customary to give form fields both attributes, with the same value if possible.

d. Either attribute may be omitted if it is unused.