Learn HTML by Building a Cat Photo App - Step 55

Step 55 says to add an id attribute with the value loving to the checkbox input and below is my code
(input id=“Loving” type=“checkbox” )Loving
but my code does not pass, can any please tell me the reason .

1 Like

The exercise is case-sensitive, you wrote down the id with a capital letter whilst it should always be lowercase.

4 Likes

Thank you,
its working.

2 Likes

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