Step 56 in Learn to Code Building Cat Photo App

Please show me what the correct code is. I input: Loving

PROBLEM:
Step 56

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.

Associate the text Loving with the checkbox by nesting only the text Loving in a label element and giving it an appropriate for attribute.

hello and welcome to fcc forum :slight_smile:

  • what have you tried for this step, share that code so that we can help you figure it out by yourself

happy learning :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.