Hello!
This is so close to passing.
The following is directly from the instructions. I am not sure if there is a misunderstanding, or, like with me sometimes, it was missed.
label
… add a for
attribute with the same value as the input
element’s id
attribute.
This means to add the attribute within the label element. And to add the id element to the input element. Both values should have the same value as the text.
example:
< label attribute="value "> < input attribute=“value” any other present attributes and values > text < / label >
Happy coding!