Solved

The Correct Code to Establish a Drop-Down Selection for Cell

Question 49

Multiple Choice

The correct code to establish a drop-down selection for cell color is ____. < font size="2">Cell Color:< /font>< br>
< select name="CellColor">
____
< option value="black">Black< /option>
< option value="red">Red< /option>
< option value="green">Green< /option>
< option value="blue">Blue< /option>
< option value="white">White< /option>
< /select>


A) < select value="">- select -< /select>
B) < option name="">- select -< /option>
C) < select value="">- option -< /select>
D) < option value="">- select -< /option>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions