Section 4 - HTML Basics Flashcards

1
Q

form attribute

- where form info should be sent

A

action

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

form attribute

- http method

A

method

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

input attribute

- how to set the type of input

A

type

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

input attribute

- determines text attached to value on form submit

A

name

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

input attribute

- text displayed if no value set

A

placeholder

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

label attribute

- assigns this label to a specific input

A

for=”id_selector”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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