CBSE Class 10 Computer Applications
Question 7 of 48
HTML III — Audio, Video and Forms — Question 5
Back to all questions 5
Question Question 1(e)
Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output would appear in browser.
<select name= "colors" size="4">
<option>Red</option>
<option>Blue</option>
<option>Green</option>
<option>Orange</option>
</select>The output of this code fragment in browser is shown below: