Which line of code should you use?

You have the following markup.

You need to change the markup programmatically to display as follows:

Which line of code should you use?
A. document.getElementById("blue").style.display = "none"
B. $("#blue").css("visibility", "collapse");
C. document.getElementById("blue").style.visibility = "hidden"
D. $("#blue").css("display", "hidden");
E. document/getElementById ("blue").style.visibility = "hidden"

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.