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 significance of <head> and <body> tag in HTML?
Describe the use of "img" Tag in HTML?
What is the purpose of Socket.readyState atribute of WebSocket?
How we can display our web page icon in browser using html?
What is br tag?
What is a label element?
What is the sessionStorage Object in html5 ? How you can create and access that?
Can I have two or more actions in the same form?
How xhtml is better than html?
What is WebSQL?
What are the types of tags?
What is the difference between html & html5?