I facing a problem my html code is right but still it not taken by compiler please help

Step 54

Forms commonly use checkboxes for questions that may have more than one answer. For example, here’s a checkbox with the option of tacos: <input type="checkbox"> tacos.

Under the legend element you just added, add an input with its type attribute set to checkbox and give it the option of:

Loving

code is
<legend>What's your cat's personality?<input type="checkbox"> Loving</legend>

What's your cat's personality? Loving code is this please help me what i need to change

You put the checkbox inside of the legend instead of after it.

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