The text is literally beside the checkbox to the right so whats the issue?
Welcome to the forum @nagatoe
So the forum can assist please post your full code.
Use the following method to post code to the forum:
- On a separate line type three back ticks.
- On a separate line paste your code.
- On the last line type three back ticks. Here is a single back tick `
Happy coding
here’s the code:
<input id="loving" type="checkbox"/> <label for="loving"> Loving <label>
Try deleting the space after ‘Loving’…?
The code should look like this (I just tested it and it worked):
Mod edit: removed
@nickrg
Please do not share code to pass the challenges
Thanks
it didnt work…it gave an error.
Welcome @nagatoe !
As mentioned by @Teller, if you remove the label tags and leave only a space between the input and the text Loving, the code should pass for you.
I would like to suggest you remember how you did this step because it will come in handy in a few steps. You are just a bit before this complete code is required, @nagatoe.
May your coding path be smooth.
Thx for the info - didn’t know!
Apologies,
Nicolas
worked, thanks…character
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.