Section 4 - HTML Basics Flashcards
1
Q
form attribute
- where form info should be sent
A
action
2
Q
form attribute
- http method
A
method
3
Q
input attribute
- how to set the type of input
A
type
4
Q
input attribute
- determines text attached to value on form submit
A
name
5
Q
input attribute
- text displayed if no value set
A
placeholder
6
Q
label attribute
- assigns this label to a specific input
A
for=”id_selector”
7
Q
How do you get radio buttons to be grouped together?
A
assign the same name to each. Have different values, and different ids