I need help with an HTML problem

can you help me with the following

The label only goes around the text Loving. You have put it around the input and the text Loving.

Can you give me the corrected example?

Can you explain what you don’t understand about the instructions or what I said above?

You want to associate your checkbox element with the text-word Loving . To do this surround the word ‘loving’ with label tags and give it a for attribute with a matching value as your checkbox id in order to associate the text with the checkbox.

1 Like

Thank you very much I found the solution it helped me a lot