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 a title tag?
What is tag english?
What is the difference between div and section?
What is html dom?
what's use of <br> command
How to add a copyright symbol on your web page?
What is the use of <fieldset>?
What is list tag in html?
How do you add a template to html?
What is inline tag?
What is html hiddenfor?
How do I center a div horizontally?