Intro to HTML Forms Flashcards

1
Q

What is the HTML attribute required to identify an input on the server?

A

name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the name attribute look for an array of inputs, such as a checkbox list or listbox?

A

name=”inputName[]”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly