Nend help / Responsive Web Design Learn HTML by Building a Cat Photo App

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

Challenge: Step 55

more tips
Link to the challenge:

In this step, the input should not be inside the label elements that is why there is need to associate. So after the input element ensure that there is space the add the label element which will wrap the word ‘Loving’. In it put the attribute for to link it to the input.

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