Solved

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

Question 11

Multiple Choice

The correct code to establish a drop-down selection for text color is ____. < font size="2">Text Color:< /font>< br>
< select name="TextColor">
____
< 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