What is wrong with the below code? The only problem showing in the check-list is " Each of your three checkbox elements should be nested in its own label
element". Please help me.
<input id=“black” type=“checkbox” name="personality"Black
</label><br>
<label for="white"><input id="white" type="checkbox" name="personality"White
</label><br>
<label for="yellow"><input id="yellow" type="checkbox" name="personality"White
</label><br>
CatPhotoApp
Click here to view more cat photos.
Things cats love:
- cat nip
- laser pointers
- lasagna
Top 3 things cats hate:
- flea treatment
- thunder
- other cats
<input id=“black” type=“checkbox” name="personality"Black
<input id=“white” type=“checkbox” name="personality"White
<input id=“yellow” type=“checkbox” name="personality"White
Indoor
Outdoor
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
.
Challenge: Create a Set of Checkboxes
Link to the challenge: