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 |
Why are browsers so fussy about XML? They were more accepting with HTML.
What is a link rel?
What is the difference between html and xhtml?
What is the difference between div and span?
How do I specify html5?
How can I include comments in html?
What is application cache in HTML5?
Why do we need to study html?
What are Tags?
Explain HTML Forms?
What is the purpose of 'autofocus' attribute in HTML5?
Is html still used 2019?