Why should I care if my document is in correct HTML? It
displays all right on my browser.
Answer Posted / 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 |
Post New Answer View All Answers
What is p tag in html?
What is viewport meta tag?
what are technologies we use in dhtml?
Name 3 of the minimum html elements needed for an html document.
How can I avoid using the whole url?
List out the page structure elements of html5.
What is span tag in html?
What does the elements mean in syntax given for url in html?
What is a meta description tag?
What can html5 do?
What is a combobox in html?
Is center deprecated?
What is demo in html?
What are some common lists that are used when designing a page?
What does the head tag mean?