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 |
What is the syntax difference between a bulleted list and numbered list?
Is html only used for web pages?
What is different between html and html5?
What is the tag to create lists in html?
What are The two tags for framesets ?
What is htmlentities?
What is the correct definition of an html element?
What is difference between sgml and html?
What are dynamic documents?
Explain the difference between the <thead>, <tbody>, and <tfoot> tags in a table.
What is a code element?
What are the different types of entities in html?