Please.. help me in coding this...basic html

Here, you have two radio inputs. When the user submits the form with the indoor option selected, the form data will include the line: indoor-outdoor=indoor . This is from the name and value attributes of the “indoor” input.

If you omit the value attribute, the submitted form data uses the default value, which is on . In this scenario, if the user clicked the “indoor” option and submitted the form, the resulting form data would be indoor-outdoor=on , which is not useful. So the value attribute needs to be set to something to identify the option.

Give each of the radio and checkbox inputs the value attribute. Use the input label text, in lowercase, as the value for the attribute.

Run the TestsReset All Code

Get Help

what have you tried? what’s your code? what errors do you get?


If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.