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:

Verified
Correct Answer:
Verified
Q6: The code below adds an OnClick _.
Q7: Whenever the browser displays text on the
Q8: If you create a simple HTML document
Q9: Case 10-2<br>Peter is fixing some code written
Q10: MATCHING<br>Identify the letter of the choice that
Q12: You can define no more than five
Q13: An element's _ functions much the same
Q14: One good example of a popular document
Q15: The getElementById()method accepts a single parameter that
Q16: The code below shows an id _