I dont undertstand this step could any one can explain it

i dont undertstand this step could any one can explain it

Step 58

There’s another way to associate an input element’s text with the element itself. You can nest the text within a label element and add a for attribute with the same value as the input element’s id attribute.

Post a link to the challenge step and also your code.
Use the Help button, that appears below the challenge editor when you try to submit the wrong code more than three times.

create label element and inside that label element nest input element then for label element give it “for” attribute and for input give it “id” attribute and give both attributes the same value.