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 display the number list?
Is colgroup deprecated?
If you see a web address on a magazine, to which web page does it point?
What does br mean in html?
Can we change inline elements into block-level elements?
What is span in HTML?
What is the use of viewport meta tag?
What is a text tag?
explain what are the new media elements in html5? Is canvas element used in html5
What is div short for?
What is scss in html?
What is the head tag used for?