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