Why should I care if my document is in correct HTML? It
displays all right on my browser.
Answer / guest
All browsers know how to deal with correct HTML. However, if
it is incorrect, the browser has to repair the document, and
since not all browsers repair documents in the same way,
this introduces differences, so that your document may look
and work differently on different browsers. Since there are
hundreds of different browsers, and more coming all the time
(not only on PCs, but also on PDAs, mobile phones,
televisions, printers, even refrigerators), it is impossible
to test your document on every browser. If you use incorrect
HTML and your document doesn't work on a particular browser,
it is your fault; if you use correct HTML and it doesn't
work, it is a bug in the browser.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the relation between xhtml and sgml?
What are tags and attributes?
When I try to upload my site, all my images are x s. How do I get them to load correctly?
In how many ways can a heading be written in html?
What are the migrated tags from html4 to html5?
What is the tag for bold in html?
Which browsers have a support to html 5?
What is xhtml used for?
List out the tags those are mostly used in html?
So how do we implement application cache in HTML 5?
What is meta tags? Why it is used?
What are the new image elements in HTML5?