Why are browsers so fussy about XML? They were more
accepting with HTML.
Answer Posted / 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 |
Post New Answer View All Answers
Why does not table width=100% use the full browser width?
How many types css can be include in html?
How do you create an html file?
how to prevent the display of getting framed in html?
What is the use of mathml element in html5?
What is definition list in html?
What is negative tag?
What is purpose of clearPosition() method of geolocation object of HTML5?
Explain various html list tags.
What is an inline text?
What is p tag in html?
How do I keep people from stealing my source code and/or images?
What is difference between html 4 and html 5?
Is there any tag in html to upload and download files?
What is use for br tag?