Learn HTML by Building a Cat Photo App - Step 46

Tell us what’s happening:

I can’t understand what to do and how to create elements. Little stuck here

Your code so far


<!-- User Editable Region -->

<input type="radio" name="catLocation" value="indoor" id="indoor">
<label for="indoor">Indoor</label><br>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 46

do not add a label element.
the input element requires only the type and text next to it