Tentamen (uitwerkingen)
Exam (elaborations) CS 10787
- Vak
- Instelling
1. Which of the following lines of JavaScript code will change the HTML inside of an element with the attribute id="myElement" to "CS 105"? A. ElementById(“myElement”).innerHTML = “CS 105”; B. html[“myElement”] = “CS 105”; C. html[“myElement”].innerHTML = “CS 105”; D. [...
[Meer zien]