You have omitted the text that you’re supposed to nest. Check the pattern below, your code should follow it.
<input id="id-name">Text<label for="id-name"></label>
Note the value of the input id
and the for
attribute value.
1 Like