Learn HTML by Building a Cat Photo App - Step 56

I tried several ways but still it failed to pass.

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

all these are failed! Can anyone please help me to solve this issue?

The input goes first. Remove space before the text “Loving”.

2 Likes

Thanks a lot. It’s working.

2 Likes

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