Which would you use to replace the contents of an HTML page with the value stored in a variable named student?

a. document.write(student);
b. document.getElementById(student);
c. document.write(student.innerHTML);
d. document.write(student.HTML);


c. document.write(student.innerHTML);

Computer Science & Information Technology

You might also like to view...

A predefined formula is called a:

A) filter. B) data bar. C) function. D) criteria.

Computer Science & Information Technology

f r1 = 11110000111000101010000011111101, and r2 = 00000000111111110000111100001111, what is the value of r3 after executing BIC r3,r1,r2?

What will be an ideal response?

Computer Science & Information Technology

An image from a digital camera will have ____ channels in the Channels panel in the accompanying figure.

a. two b. three c. four d. six

Computer Science & Information Technology

A list traversal processes each element using a search algorithm.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology