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...

Fully ________ percent of the pins on the Pinterest sites are repins

Fill in the blank(s) with correct word

Computer Science & Information Technology

To display the minute portion of a date, what would you put in the interval argument in the DatePart function?

A) "n" B) "t" C) "m" D) "min"

Computer Science & Information Technology