hola compañeros seré breve necesito saber que me pide la actividad busque y traduje el texto pero aun no tengo una idea clara de como seguir. si alguien se copa con esta pequeña traduccion se lo agradecería muchísimo.
If you select the Indoor
radio button and submit the form, the form data for the button is based on its name
and value
attributes. Since your radio buttons do not have a value
attribute, the form data will include indoor-outdoor=on
, which is not useful when you have multiple buttons.
Add a value
attribute to both radio buttons. For convenience, set the button’s value
attribute to the same value as its id
attribute.
Indoor
Outdoor