alguem manda como fica a liçao 56 de design reponsivo para web
here you are:
Step 56
There's another way to associate an `input` element's text with the element itself. You can nest the text within a `label` element and add a `for` attribute with the same value as the `input` element's `id` attribute.
Associate the text `Loving` with the checkbox by only nesting the text `Loving` in a `label` element and place it to the right side of the checkbox `input` element.
happy coding
hi there,
it is asked to wrap the word Loving in Label-tags. Maybe you could give the opening -tag of label a for attribute, with the same value the input-elements id-attribute already got.
Remind to write this value (loving) with small letters.