Tell us what’s happening:
i am stuck in step 20 of build a hotel feedback form. Step 20
Add another checkbox input with the idand value attributes set to "recommendation", and a name attribute set to "choice".
Below the checkbox input, add another label with the text Personal Recommendation. The for attribute should be set to "recommendation".
Your code so far
<!-- User Editable Region -->
<input type="checkbox" id="recommendation" name="choice" value="recommendation"></input>
<label for="recommendation">Personal Recommendation</label>
<!-- 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/141.0.0.0 Safari/537.36 Edg/141.0.0.0
Challenge Information:
Build a Hotel Feedback Form - Step 20