CBSE Class 10 Computer Applications Question 6 of 48

HTML III — Audio, Video and Forms — Question 4

Back to all questions
4
Question

Question 1(d)

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">
<option>Red</option> 
<option>Blue</option> 
<option>Green</option> 
<option>Orange</option> 
</select>
Answer

The output of this code fragment in browser is shown below:

HTML form selectbox example. HTML Audio, Video & Forms, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.