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 |
Which tag is used to create frames?
Explain HTML Forms?
What is tr td th in html?
Can elements be overlapped in xhtml or not?
How do you make frames?
How to create nested web page in html?
How do you spell lable or label?
In how many ways you can display HTML elements?
What is the use of dhtml?
How we can make an image draggable?
What is td in html?
What is the svg element?