Solved

Which of the Following JavaScript Expressions Is Equivalent to the Given

Question 7

Multiple Choice

Which of the following JavaScript expressions is equivalent to the given HTML code?


A) document.getElementById("menu1") .className = "menu";
B) document.getElementById("menu1") ."menu";
C) Document.getelementbyId(menu1= "class name".menu) ;
D) Document.getelementbyId("menu1") .menu= "class";

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions