Tell us what’s happening:
Describe your issue in detail here.
Needing help with step 46. Add an id attribute with the value indoor to the radio button
line 37
Tell us what’s happening:
Describe your issue in detail here.
Needing help with step 46. Add an id attribute with the value indoor to the radio button
line 37
Should be something like this:
<input type="radio" value="VALUE" id="ID_NAME" />
Currently HTML is the following (without changes):
Indoor
Still get the error message after entering the above solution ^
Sometimes/most of the time the editor is case-proof. Have you tried using ‘indoor’ instead of ‘Indoor’?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.