Valid 98-375 Dumps shared by ExamDiscuss.com for Helping Passing 98-375 Exam! ExamDiscuss.com now offer the newest 98-375 exam dumps, the ExamDiscuss.com 98-375 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 98-375 dumps with Test Engine here:
Which two HTML properties can JavaScript access to change the text value of an HTML element? (Choose two.)
Correct Answer: A,C
Explanation/Reference: The innerHTML property sets or returns the inner HTML of an element. Example: document.getElementById('myAnchor').innerHTML="Contoso"; The title property sets or returns the element's advisory title. Example: var x=document.getElementsByTagName('body')[0]; document.write("Body title: " + x.title);