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 |
Why we use 'clear' in html?
What is the use of a span tag? Explain with example.
What is the advantage of using frames?
Explain numbered lists in html?
What are the two types of tag?
How do you create an index?
What is web sql database in html 5? Explain
What is html syntax?
Is html5 responsive?
What is a meta title?
What is a physical tag in html?
Is html front end?