?Identify a command that uses the dateDiv variable to refer the page element with ID dateNow.

A. ?var dateDiv = document.getElementById("dateNow");
B. ?var dateNow = document.getElementById(dateDiv),
C. ?var dateNow = document.getElementById("dateDiv");
D. ? var dateDiv = document.getElementById(dateNow),

Answer: A

Computer Science & Information Technology

You might also like to view...

________ media begins to play immediately as it is being received without requiring the whole file to be downloaded first

Fill in the blank(s) with correct word

Computer Science & Information Technology

Create focus on slides with large pictures that help the audience relate to the topic

Indicate whether the statement is true or false

Computer Science & Information Technology