Learn HTML by Building a Cat Photo App - Step 56

Hello team,
I keep stuck on this Step 56, what does it mean " There should be a space between your checkbox and your new label element."

Preformatted text <input id="loving" value="loving" type="checkbox"> <label for = loving> Loving</label>

Hi there and welcome to the forum!

If you need help from the forum, it’s best to click on the Help icon, which appears after you have submitted incorrect code three times.
This will create a forum post which contains your full code, a link to the challenge and an opportunity for you to describe the issue you’re facing.

In this case, you simply need to put a single space between the input and label elements.

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