Learn HTML by Building a Cat Photo App - Step 56

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

Loving

<input id="Loving" type="checkbox">

<!-- User Editable Region -->

            <label for="Loving"> </label>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

Challenge: Learn HTML by Building a Cat Photo App - Step 56

Link to the challenge:

Please don’t delete the formatted code and the link to the Step when using the Ask for Help button.

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