HTML 48 step! HELP!

I am stuck on this step , i simply did what the YouTube video says but it doesn’t work at all:

    **<label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor">Indoor</label>**

** Outdoor**

The step is asking you to add a value to the inputs equal to the id. e.g.

value="indoor"

This goes with the other attributes, e.g.

<label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>

2 Likes

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