Learn Basic CSS by Building a CatPhotoApp Step 56

I entered a code what it asks, label for and input checkbox id but still have an error

<label for="loving"><input id="loving" type="checkbox" name="loving"> Loving </label>

Welcome to the forum @georgandco !

Move the opening label element to after the input element so the label tags are touching the text Loving and see what happens.

Wishing you more good progress!

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