Learn HTML by Building a Cat Photo App - Step 54

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:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

1 Like

here’s the code:

            <input id="loving" type="checkbox"/>  <label for="loving"> Loving <label>
2 Likes

Try deleting the space after ‘Loving’…?

The code should look like this (I just tested it and it worked):
Mod edit: removed

1 Like

@nickrg
Please do not share code to pass the challenges

Thanks

1 Like

it didnt work…it gave an error.

1 Like

Welcome to the forum @nagatoe

Please remove the opening and closing label tags.

Happy coding

1 Like

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

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.