|
|
|
|
|
by adbge
5325 days ago
|
|
The number of webpages with HTML that's just plain wrong (and renders fine!) is staggering. I often wonder what the web would be like if web browsers threw an error upon encountering a syntax error rather than making a best effort to render. If you're writing HTML, you should be validating it: http://validator.w3.org/ |
|
Is there any real downside to having syntax errors?