Step 56 HTML Building a Cat Photo App

Hi! Could anybody help me get past this step wherein it keeps on telling me that the text Loving should be wrapped in a label element when I think it already is nested or wrapped by a label.

Please see the photo below for your reference.

put your input first ,then the label

@terrenceprincea
You have encapsulated your input inside a label each of those elements need to be a stand alone
elements

<input >
<label></label>

Keep up the good work

1 Like

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