Radio buttons 4

I realize that I have posted this several times but I can’t get passed radio buttons.

Here is the code I have:

</ol>

<form action="/submit-cat-photo">

<input id=“indoor” type=“radio” name=“indoor-outdoor”>

<label for=“indoor”>Indoor</label>

<input id=“outdoor” type=“radio” name=“indoor-outdoor”>

<label for=“outdoor”>Outdoor</label>

2 posts were merged into an existing topic: Radio Buttons help please