Adding radio buttons

Hi I need to Add a pair of radio buttons to your form, each nested in its own label element. One should have the option of indoor and the other should have the option of outdoor . Both should share the name attribute of indoor-outdoor to create a radio group.
I need help

<form

Indoor

Indoor

action=“Thank You message for Cat Photo App form submission| freeCodeCamp.org”>

<input type="text" placeholder="cat photo URL" required>

<button type="submit">Submit</button>

Already answered you in the other post you created.

check the one I just updated

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