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
What is the difference between Canvas and SVG graphics?
What is web sql database in html 5? Explain
What is the latest version of html?
What are the two types of html5 web storage?
In an html form I have a button which makes us to open another page in 15 seconds. How will do you that?
Why are meta tags important?
Why is html5 important?
What is the use of an iframe tag?
Who made html5?
What is meta tags in html?
What is append in jquery?
How we can insert comment in html?
Explain geolocation api in html5.
What is datalist in html?
What is Text Field in Input Element?