Does document.write work in XHTML?
Answer / guest
No. Because of the way XML is defined, it is not possible to
do tricks like this, where markup is generated by scripting
while the parser is still parsing the markup.
You can still achieve the same effects, but you have to do
it by using the DOM to add and delete elements.
| Is This Answer Correct ? | 2 Yes | 0 No |
Can HTML 5 get the geographical position of a user?
How do you use a href?
How do you insert a comment in HTML?
What is website with example?
What is a web worker in html5? Explain
How do you set a viewport scale?
Explain applets?
How do I close a browser window with html code?
What are html functions?
What is html and its functions?
Why for attribute is used in html?
Where is dhtml used?