Step 45 on freecodecamp

I have been stuck on an id attribute with the value of indoor to the radio button. Help is much needed.

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

The HTML you posted above looks good to me. Perhaps you accidentally changed something else and it is causing the test to fail? It might help to post all of your HTML in here instead of just this one particular line.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

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