Learn HTML by Building a Cat Photo App - Step 56

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