Intro to HTML Forms Flashcards
1
Q
What is the HTML attribute required to identify an input on the server?
A
name
2
Q
How does the name attribute look for an array of inputs, such as a checkbox list or listbox?
A
name=”inputName[]”