Cat photo step 56

I’ve had to go back two steps as i don’t understand this at all. I can’t see what I’m doing wrong but changing everything gets me no where. I’ve read every other post about this step i need the answer as well as explanation.

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

Please post a link to the Step. Thanks

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

Remove space after opening < angled bracket. And text should be ‘Loving’ between label tags

Amazing thank you.

Space after bracket was just so it didn’t get censored.

Can you explain why there is two opening label tags? <label for="loving"<label> loving</label>

Thanks again really appreciated

doesn’t let me post the code not sure why

I’ve edited your code 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 (').

That empty label tags is unnecessary. If you have this in your code, remove it.

Ah sorry I’m entirely new to this, that’s great thanks!

Yeah thought it didn’t make sense but it accepted it so thought it was right for some reason. all cleared up now thanks!

Your welcome. Keep it up, happy Coding!

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