The site is glitching?

I am pretty sure ive written this code correctly but the site keeps telling me that im missing things and i think the site is glitching.

<label for="loving"><input id="loving" type="checkbox" name="personality"> Loving</label>
    <label for="smart"><input id="smart" type="checkbox" name="personality"> Smart</label>
    <lable for="energetic"><input id="energetic" type="checkbox" name="personality"> Entergetic</label>

this is for check boxes and on the webpage that im building it works correctly it but the training site keeps telling my im worng.

Could you let us know what challenge is this for??

Hi and welcome to the forum!

Can you please link the challenge you are working on?


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).


In the future, if you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Welcome, shyler.

Ditto to what everyone else asked, but here is a line with two typos:

<lable for="energetic"><input id="energetic" type="checkbox" name="personality"> Entergetic</label>

Hope this helps

This was the radio button and checkbox challenge. I skipped ahead to see how they wrote the code and then went back and put it in exactly as they had and it still told me I didn’t have two radio buttons or three checkboxes and they were not nestled in their own label tags. I didn’t have any trouble with the challenges after just these two.