1) ........ method allows you to insert a string of arbitrary HTML markup "adjacent" to the specified element.
A. insertAdjacentHTML()
B. insertBeforeHTML()
C. insertAfterHTML()
D. insertAfterendHTML()
2) ..........property is used to insert plain text into a document without having to escape the angle brackets and ampersands used in HTML markup.
A. insertText
B. plainContent
C. textContent
D. plainText
3) ........... is similar to textContent property introduced by Microsoft for Internet Explorer browser.
A. insertText
B. plainContent
C. textContent
D. innerText
4) ........ does not return the content of
A. insertAdjacentHTML()
B. insertBeforeHTML()
C. insertAfterHTML()
D. insertAfterendHTML()
2) ..........property is used to insert plain text into a document without having to escape the angle brackets and ampersands used in HTML markup.
A. insertText
B. plainContent
C. textContent
D. plainText
3) ........... is similar to textContent property introduced by Microsoft for Internet Explorer browser.
A. insertText
B. plainContent
C. textContent
D. innerText
4) ........ does not return the content of