HTML lesson #56

In the Responsive Web Design course , lesson # 56

How can I use the label element while keeping checkbox ? I am a beginner and I would really appreciate your feedback. Thank you in advance.

HTML-CSS #feedback #stuck #beginner

hello there :slight_smile:

  • can you also share this “lesson/step”
  • also, what have you tried, including that code snippet will also be beneficial to offer any help

thanks and happy conding :slight_smile:

1 Like

It is difficult to find out the issues with your code through a screenshot.

In the future, 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.

You can also use the Ask For Help button, that appears in the lesson. It will create a topic with the code as well as the link to the step.


From the screenshot, i have noticed that you have changed the position of the attributes of the input element.
I suggest you click the Reset button and then add the label element as per the instructions.

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button 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.

1 Like

Hey Buddy, Here You can see the button Help by using this you can create your own post on specific topic.

By Using this kindly do create your post !!

1 Like

Welcome to the forum @HMA24

Try placing a single space between the input and label opening tag.

Happy coding

1 Like