L am stuck on step 46

<label>
   <input id="indoor" type="radio"> indoor
  </label>
  <label>
    <input id="outdoor" type="radio"> outdoor
  </label>

The instruction:
Nest another radio button with the option Outdoor in a new label element. The new radio button should be placed after the first one. Also, set its id attribute value to:
outdoor
I wrote above code but still incorrect. Please i need help.
Thanks.

Hint: The challenge is case sensitive

las mayusculas o minusculas no son el problema, acabo de probar… El error que marca es el siguiente:
“nuestro nuevo botón de radio y la etiqueta asociada deben estar debajo del primero. Los tienes en el orden equivocado”
Lo tengo ordenado igual que en la consulta

still not working. Thanks for your suggestion.
I am still trying to figure out the error.

The indoor label should also have its first letter capitalized like that of outdoor.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.