What is the correct JavaScript syntax to write "Hello World"?
document.write("Hello World")
response.write("Hello World")
("Hello World")
None of the above
Correct Answer : A
What Is The Correct JQuery Code For Making All Div Elements 100 Pixels High?
jQuery code to set the background color of all span elements to blue?
var ps = $("p"); ps will be..