Step56 building a cat photo app by html

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

hi and welcome to the forum.

The forum allows you to search for topics so you can look up how other people solved similar problems. You may want to take advantage of this next time you are stuck.

The issue you are having is that you moved the location of the word Loving from the right side of the input to the left.
If you click reset, the code will return to its original state and you can add the labels around the word Loving without moving it from its current location.

Welcome to the forum @lily.M

I edited your code for readabillity.

Please place the input element before the label element.
Make sure to leave a single space between the input and label elements.

For next time, use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding