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 a href attribute?
What is difference between HTML5 and HTML?
What is head and head tags?
What is the code for change every 3rd li color of ul with css.
How do I specify a specific combination of frames instead of the default document?
What is the tag for image in html?
What is a title tag?
What is alt text word?
What is a hyperlink example?
What is target html?
Does microsoft edge support html5?
List out the page structure elements of html5.
What are the different types of Headings supported by HTML?
Why is html5 important?
What is iframe in html?