hello guys I’m wondering if there is something wrong with my code
<form action="https://freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo URL" required>
<lable for="indoor" >
<input id="indoor" type="radio" name="indoor-outdoor">indoor</lable>
<lable for="outdoor">
<input id="outdoor" type="radio" name="indoor-outdoor">outdoor</lable>
<button type="submit">Submit</button>
</form>