I believe I have done this correctly, but it will not allow me to continue. I’d appreciate any guidance.
Step 37: Give the first option
element a value
of ""
, and the text Select an option
. Give the second option
element a value
of yes
, and the text Yes
. Give the third option
element a value
of no
, and the text No
.
My code:
<div class="answer">
<select></select>
<option value="">Select an option</option>
<option value="yes">Yes</option>
<option value="no">No</option>
<div class="question-block">