Learn HTML by Building a Cat Photo App - Step 56

Tell us what’s happening:

not sure whats wrong?

Your code so far

       <legend>What's your cat's personality?</legend>
       <input id="loving" type="checkbox">loving <label for="loving"> loving </label>
      </fieldset>
      <input type="text" name="catphotourl" placeholder="cat photo URL" required>
      <button type="submit">Submit</button>
    </form>
  </section>
</main>
```

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 56

look at the preview pane.
Do you still see Loving (with capital L) next to the checkbox?

when you do this step, the preview pane should not change at all.

I suggest you reset this step and then try to add the label tags again.

Hello and Welcome to the forum @mariamayadd04 !

Along with the guidance in the previous post, please assure there is not any space between the label tags and the text Loving.

Remember to leave the space before the first label tag.

As suggested in the previous post, reset the step, and only add the label tags around the provided text Loving. Do not add anything, other than is instructed.

Wishing you good progress on your coding journey. :slightly_smiling_face:

1 Like