<label>
<input type="radio" name="indoor-outdoor">Indoor
</label>
<Label>
<input type="radio" name="indoor-outdoor">Outdoor
</label>
I have coded this above but the system gave me the feedback like this" Each of your label elements should have a closing tag."
I totally have no idea about what is going on here.
I appreciate it if you guys could me any suggestions.