Which of the following jа vascript expressions is equivalent to the given HTML code? a. Document. getelementbyId ("menu1"). menu = "class"; b. Document. getelementbyId (menu1 = "class name". menu); c. document. getElementById ("menu1")."menu"; d. document. getElementById ("menu1"). className = "menu";
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following jа vascript expressions is equivalent to the given HTML code? a. Document. getelementbyId ("menu1"). menu = ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which of the following jа vascript expressions is equivalent to the given HTML code? a. Document. getelementbyId ("menu1"). menu = "class"; b. Document. getelementbyId (menu1 = "class name". menu); c. document. getElementById ("menu1").