Question: Which of the following is the correct syntax for accessing an element with the id value headline? a. document.getElementsByID(headline) b. document.getElementById(headline) c. document.getElementByID(headline) d. document.getElementById(headline)
Which of the following is the correct syntax for accessing an element with the id value headline?
a. document.getElementsByID("headline")
b. document.getElementById("headline")
c. document.getElementByID("headline")
d. document.getElementById(headline)
Step by Step Solution
3.39 Rating (168 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
