Learn HTML by Building a Cat Photo App - Step 55

what is wrong ? it is saying in the first hint " Associate the text Loving with the checkbox by only nesting the text Loving in a label element and place it to the right side of the checkbox input element". and then
" The text Loving should no longer be located directly to the right of your checkbox. It should be wrapped in a label element. Make sure there is a space between the two elements."

hi there,
the label-tags should wrap the text " Loving" only.
your label opening tag is in front of the input element, but it should be after it.

1 Like

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