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 |
Differentiate between html and xhtml.
What is the minimum number of html5 tags that are required to create a web page?
What does li mean in texting?
Explain html background.
What is the role of w3c?
How to embed video and audio in html5?
Is html5 replacing flash?
What is meant by markup language?
How do you create a hyperlink?
How can I eliminate the extra space after a </form> tag?
explain the difference between html and html5
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on success, n the catch sequence block too set to failure, what is the result?