I’ve tried several variations of this and it’s driving me mad. It’s all very well people posting helpful hints but often they’re cryptic to a newbie. Thanks for any help in advance.
Your code so far
</figure>
</section>
<section>
<h2>Cat Form</h2>
<form action="https://freecatphotoapp.com/submit-cat-photo">
<fieldset>
<legend>Is your cat an indoor or outdoor cat?</legend>
<label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
<label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>
<fieldset>
<legend>What's your cat's personality?</legend>
<input id="loving" type="checkbox"> <label for="Loving"</label>
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello! Hope you’re fine! Sorry i know that it is not often easy for beginners! But let’s go you can do that!
Inside your code i see that you didn’t close the label tag<label for="loving"> and i also think that there must be a text inside your label!
Hope i was helpfull! Don’t hesitate if you have any problem! Happy coding!
Ok, this is odd, it’s not accepting my code in this box.
Of the variations I have tried closing the first label but it made no difference.
Why can I not add symbols in my reply? I type them, press reply [to you] and there’s a space where the symbols should be. I was trying to show you the other options I have tried but nothing posting.
you can use Preformatted text or blockquote to show me the other options you have tried. But don’t give up i’m here to help you! Try do it and i will response to you
Unless you’re suggesting I write the word ‘loving’ twice in two locations then I don’t understand. I have just tried that too. I have no idea which seems a shame after 55 steps to get here.
This is why I don’t understand why the moderators won’t allow people to give the answers. I can learn from getting it right. I cannot learn by getting irritated and frustrated.
Thank you for your patience and for trying. It is late here and I’m done with it for tonight.
Dont be frustated please! It’s cool that you don’t give up you try and try and i really like it! you just have to write the word loving one time in the label!
You’ve already written the label tag correctly. just wrap the word in your label element.
Because the truth is you wont learn. You will get the answer move on to the next step, and then get stuck when you have to do the same thing again. You learn by thinking through, and understanding why your code is wrong, and just getting the answer doesnt do that.
First…the below is not correct. label should not be capitalized
Next, you need to give the label some text. This is an example
<label>text</label>
this label now has “text” as the value of the label. For your code the value of the label needs to be “loving”
Also, it help to show all your code not just parts of it because there could be issues in other places
Sorted in the end.
Why the instruction asked for ‘Loving’ with uppercase ‘L’ I do not know, when it would not accept that.
I was on the right lines but tweaked it with your guidance.
Cheers for your time.