Learn HTML by building a catphotoapp step 47

Please how do I create a radio button below another one and nest it inside a label element with “outdoor” as the label text and an id attribute with “outdoor” as the value?

Hello there!
This sounds like one of the steps in FCC responsive web design curriculum section. It would be helpful if you provided a the code that you’ve tried to work out the step with.

Please view the code below in reference to the question:

  <Label>
    <Input id="indoor" type="radio" name="indoor/outdoor">
    <Input id="outdoor" type="radio" name="indoor/outdoor">
  </Label> Outdoor
  
  </Form>

hi there!
can you see your code? No.
use three back ticks (```) in a seprate line before and after your code block.

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