Stuck on: HTML - Cat App - Step 56

Hello all,

I am new to the course and forum. Currently learning HTML by Building a Cat Photo App. I am stuck on Step 56. I have tried multiple configurations, searched Google, Forum variations listed, and none of them are being accepted.

Here is my latest syntax: loving

Please advise what exactly I am missing?

Thank you in advance,

Melissa
HTML Step 56

UPDATE: I finally got it work in the following sequence but this question needs to please be rewritten as it is misleading and confusing:

Thank you!

1 Like

Welcome to the forum @meliss_leo

image

Associate the text Loving with the checkbox by nesting only the text Loving in a label element and giving it an appropriate for attribute.

Here is the original code.

            <input id="loving" type="checkbox"> Loving

You appear to have incorporated the input element into the label element.

Please reset the step to restore the original code.

Then add the label element, without modifying the input element.

Make sure you do not alter the casing of the text Loving

Happy coding

2 Likes

For next time, 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

Hi there, I got it work with this sequence. The question is not clear and may need revision. Thank you so much, Melissa

1 Like

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.

Read the solution provided in this thread. If that doesn’t help then you need to open your own thread.