To change the displayed value of the first item in the gardeningList selection list to "Mulch", enter ____.

A. document.forms[0].gardeningList.options[0].set("Mulch");
B. document.forms[0].gardeningList.options[0].display = "Mulch";
C. document.forms[0].gardeningList.options[0].value = "Mulch";
D. document.forms[0].gardeningList.options[0].text = "Mulch";

Answer: D

Computer Science & Information Technology

You might also like to view...

The underlying formulas in a PivotTable use cube functions to access a data cube

Indicate whether the statement is true or false.

Computer Science & Information Technology

A difference between a function and a procedure is that a ______ returns a value to the calling statement.

A. function B. procedure

Computer Science & Information Technology