An XHTML-capable browser is required for this demonstration. Windows Internet Explorer is not such a browser.

Document Type

HTML 4.01 Strict

Media Type
text/html
Notes

document.write is functional in an HTML 4.01 Strict document served with the media type text/html.

Example Document
Demo D0008 Document #1
Document Type

XHTML 1.0 Strict

Media Type
text/html
Notes

document.write is functional in an XHTML 1.0 Strict document served with the media type text/html. However, document.write should not be used because it is non-functional when the document is served using XHTML’s native media type of application/xhtml+xml.

Example Document
Demo D0008 Document #2
Document Type

XHTML 1.0 Strict

Media Type
application/xhtml+xml
Notes

document.write is non-functional in an XHTML 1.0 Strict document served with the media type application/xhtml+xml.

Example Document
Demo D0008 Document #3