Why are browsers so fussy about XML? They were more
accepting with HTML.
Answer / guest
This is deliberate. HTML browsers accept any input, correct
or incorrect, and try to make something sensible of it. This
error-correction makes browsers very hard to write,
especially if all browsers are expected to do the same
thing. It has also meant that huge numbers of HTML documents
are incorrect, because since they display OK in the browser,
the author isn't aware of the errors. This makes it
incredibly difficult to write new web user agents since
documents claiming to be HTML are often so poor.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the easiest way to convert my HTML documents to XHTML?
What is body in html?
What is tag and attribute?
Describe HTML Entities with example?
What are the drawbacks of cookies?
What is the relation between xhtml and html?
Is body a container tag?
What is the purpose of 'required' attribute in HTML5?
What is the difference between <section> and <article>?
What is the xhtml?
What is the difference between br and br />?
How do I create a mailto link?