?Basic HTML and HTML5: Create a Set of Radio Buttons

what I have to do??

<form>
    <label>
      <input  type="radio"name="indoor-outdoor">indoor
    </label>
 </form>
 <form>
    <lable>
      <input type="radio"name="indoor-outdoor">outdoor
    </label>
 </form>

Capture

Hi and welcome to the forum!

You have a small typo here.

1 Like