Why is it disallowed to send XHTML 1.1 documents as text/html?
Answer / guest
XHTML 1.1 is pure XML, and only intended to be XML. It
cannot reliably be sent to legacy browsers. Therefore XHTML
1.1 documents must be sent with an XML-related media type,
such as application/xhtml+xml.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of form action?
What is the use of <table> tag?
Is br a container tag?
Why do we need br?
What are the components of dynamic html authoring?
Explain formtarget attribute of html5?
How do you create multicolored text in a webpage?
Explain caching in html5 and html?
What is an email tag?
Is there a way to get indexed better by the search engines?
What is use for br tag?
Is <img> being replaced by <object> in XHTML2?