Learn HTML by Building a Cat Photo App - Step 56

I am not sure how to continue from here, I am quite stuck

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

You basically did this correctly except that you moved the text “Loving” before the input instead of leaving it after the input like it was originally.

Put the text “Loving” back where it was and you will pass. You will still want it to be wrapped in the label like you have it. You just need to put it back after the input.


do you mean like this?

Only the text “Loving” should be in the label.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').