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 xhtml and html?
What are types of tags in html?
Does a tag is a html tag?
How many web browsers does html5 support?
What is a Manifest file?
What does b mean in code?
List out the new input attributes in html5?
Are html5 tags case sensitive?
How to open a link in new tab or window?
What is p in html?
Can I learn html5 without knowing html?
What is the html tag for a link?
What does a href tag mean?
What is a 1 page website?
What is a label tag?