Build a Job Application Form - Build a Job Application Form

input is a void element, you can’t put the </input> closing tag

there are two ways to link input and label together, one is nesting the input inside label (not label inside input!)
the other is using the for attribute

2 Likes