Help me out please

Add another checkbox after the one you just added. The id attribute value should be lazy and the name attribute value should be the same as the last checkbox.

Also add a label element to the right of the new checkbox with the text Lazy. Make sure to associate the label element with the new checkbox using the for attribute.

It is almost the same line as the previous one already given:


The label element is associated with the checkbox using the for attribute (id and for have the same value). Instead of the word “Loving” between the ‘label’ tags put what is required by the instruction.

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