Can you help figure out what’s wrong with this code?
Loving
Lazy
<input id=“energetic” type=“checkbox” name="personality’> Energetic
the hint its giving me: Your new checkbox should have an id
attribute with the value energetic
and a name
attribute with the value personality
. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names.