Tagged Questions
13
votes
11answers
1k views
Common optimizations to reduce HTML or XHTML page size?
What are some common optimizations performed to reduce HTML or XHTML page size? Some that come to mind are:
removing comments,
removing extraneous whitespace,
moving repetitive inline styles to a ...