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