Q. Which of the following is the correct JavaScript syntax to access the element using HTML code?
β
Correct Answer: (D)
document.getElementById ("availablecourse").innerHTML = See the list of availablecourse;
You must be Logged in to update hint/solution