Well done!
You have completed Manipulating HTML and Outputs Quiz!
Quiz Question 1 of 5
What could be a potential consequence of using the document.write()
function in a modern web application, especially after the initial page load?
Choose the correct answer below:
-
A
The
document.write()
function is deprecated and no longer supported by modern browsers -
B
The function enhances page load speed by writing directly to the document
-
C
The function only works for simple text outputs and cannot handle HTML tags
-
D
It causes the entire web page to reload, replacing the current content, which can disrupt user experience