InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a difference between HTML and XHTML?(a) Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”(b) Charset in both html and xhtml is “text/html”(c) Tags and attributes are case-insensitive in HTML but not in XHTML(d) Special characters must be escaped using character entities in XHTML unlike HTMLThe question was posed to me in examination.The origin of the question is Traditional HTML and XHTML topic in section HTML Fundamentals of HTML |
|
Answer» The correct ANSWER is (b) Charset in both html and xhtml is “text/html” |
|