Why is it allowed to send XHTML 1.0 documents as text/html?
Answer / guest
XHTML is an XML format; this means that strictly speaking it
should be sent with an XML-related media type
(application/xhtml+xml, application/xml, or text/xml).
However XHTML 1.0 was carefully designed so that with care
it would also work on legacy HTML user agents as well. If
you follow some simple guidelines, you can get many XHTML
1.0 documents to work in legacy browsers. However, legacy
browsers only understand the media type text/html, so you
have to use that media type if you send XHTML 1.0 documents
to them. But be well aware, sending XHTML documents to
browsers as text/html means that those browsers see the
documents as HTML documents, not XHTML documents.
Is This Answer Correct ? | 0 Yes | 0 No |
Can a namespace have attribute?
Explain caching in html5 and html?
What are the advantages of using html5?
What is an html file?
What are chainstays?
What are the advantages of flash?
How to handle events with dhtml?
How do you make a picture into a background image of a web page?
What is the difference between br and br />?
What is action tag in html?
When a session storage data gets deleted?
Explain cell padding and cell spacing.