Multiple Choices
(Choose 1
answer)
var op=document.createElement("option");
op.innerHTML="Apple";Choose a right statement?
A. Create an option
B. Create an option with id = "Apple"
C. Create an option and its HTML content is "Apple"
D. None of the others