
07-06-2004, 03:09 PM
|
 |
Premium member
|
|
Join Date: May 2004
Location: Ritzville, Washington, U.S.A.
Posts: 208
|
|
|
A deal depends on how much whitespace you have. Sure, you can squeeze out every inessential blank and line-end, but you pay a price in HTML legibility whenever you want to change anything on the page. Look at an ESPN stats page some time: I don't think those people know what a line ending is--they have "lines" that are many thousands of bytes long. OK, your browser can read them, but can you? ESPN can make the excuse that the lines are auto-generated and made anew frequently, but can any of us say that?
In HTML as in program code, it's well to have enough spacing to be able to clearly see the form of your code by eye. (I wouldn't want to guess how many nonstandard-HTML pages are the result of broken nesting owing to illegibility from lack of indents.)
|