I really am having trouble with this assighment in understanding it fully could someone explain what the answer is and why? Thank you very much!
No problem! You’ve already been given the form
and some input
of different types like radio
button and checkbox
.
You’re being asked to assign a value
attribute to these. We use this value
later on to identify choices that were made once the user submits the form.
Here is the first one to get you started:
Inside the first input
in the same way that type="radio"
and id="indoor"
have been declared you need to add value="indoor"
.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.