Question:For the following items of a <select> list: <option value="89">Item 1</option> <option value="90">Item 2</option> Which of the following values would be passed on by clicking the submit button on selecting Item 2 from the list?
A 89
B 90
C Item 1
D Item 2
+ AnswerB
+ Report