What am i doing wrong here? Stumped on this one.
<input id="loving" type="checkbox"> Loving
<label for="loving"></label>
What am i doing wrong here? Stumped on this one.
<input id="loving" type="checkbox"> Loving
<label for="loving"></label>
Hello! @micaview12
The task which is given to us is to surround the “Loving” using the label tag. To know more check here (fCC HTML label tag)
The syntax could be given as:
<label for="">*text to appear beside the checkbox*</label>
You’ve got this! Happy Coding
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.