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 div short for?
HTML 5 provides drag and drop facility. How do you make an image draggable?
What is the <!doctype>?
What is quirks mode in html5?
What methods are used to draw straight line using canvas?
What is a seat stay?
What are the technologies that we use in dhtml?
How do I create a hyperlink?
What is the use of heading tag?
Explain HTML Iframes?
What is the full form of html?
What is the form of an html comment?