Advertisements
Advertisements
Question
Consider the following code fragment and determine how this code fragment would create a form element, i.e., draw how its output would appear in the browser.
<select name="colors">
<option>Red</option>
<option>Blue</option>
<option>Green</option>
<option>Orange</option>
</select>Code Writing
Diagram
Advertisements
Solution

shaalaa.com
Is there an error in this question or solution?
