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
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
thanks and happy conding
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.
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.
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 !!
Welcome to the forum @HMA24
Try placing a single space between the input
and label
opening tag.
Happy coding