Q. Which of the following is not a difference between HTML and XHTML?
-
(A)
Charset in both html and xhtml is “text/html”
-
(B)
Tags and attributes are case-insensitive in HTML but not in XHTML
-
(C)
Special characters must be escaped using character entities in XHTML unlike HTML
-
(D)
Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
✅ Correct Answer: (A)
Charset in both html and xhtml is “text/html”