Accessible Forms: Label and Input
1. Select the Label
2. Open Attributes
3. Add Attr
attr is always "for"
4. Add Value
value is the ID of the input field, in this case "name"
5. Select the Input Field
6. Add ID
ID must be the same as the For attribute, in this case "name"