Hello everyone, I am at step 36 of ‘Learn html forms by building a registration form’ and I got stuck while inserting text to option elements. It says ’ You should give the first option element the text (select one) .’ I should add the following text to the option elements :
(select one)
freeCodeCamp News
freeCodeCamp YouTube Channel
freeCodeCamp Forum
Other
### <option> (select one)
</option>
I tried this code and also to add a value with the same text as it appears between the opening and closing option tag but it still does not work
the first line ( select one ) must be inside the first option element, You can notice that you have five lines of text for five elements and also you do not need a value attribute, you can delete that