Which line of code should you use?

You are developing a web application in HTML.
You have the following HTML code.

You need to ensure that the div footer contains the text "All rights reserved".
Which line of code should you use?
A. document("footer") = "All rights reserved";
B. document("footer").innerHTML = "All rights reserved";
C. $(".footer").value = "All rights reserved";
D. $("#footer").html(‘AII rights reserved");

microsoft-exams

2 thoughts on “Which line of code should you use?

Leave a Reply

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


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