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 full form of html?
What is image map in html5?
What is the difference between server sent events and websockets in html5?
Are there any problems with using frames?
What is the advantage of using div tag in html web page development
What is meta tag keywords?
What is the difference between html5 and html4?
What does ul mean?
What is the use of <audio> and <video> tags in html5?
What is a data list?
. How do you embed a video in HTML?
Do you know what is the sessionstorage object in html5? How to create and access?