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