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 |
Is there any tag in html to upload and download files?
What is a doctype? Which one do I use?
What is a self closing tag?
Differentiate between localStorage and sessionStorage objects.
Is script tag self closing?
What is body in HTML document?
Can I just put the XML declaration on top of existing HTML documents? Can I intermix HTML 4.01 and XHTML documents?
Why do we use table tags in html?
What is ul and li in html?
What is frameset in html?
Is body a container tag?
What is difference between HTML5 and HTML?