In the View Page Source
, I see this kind of minified html output in most websites like Google
and Facebook
, here is the simplified example.
<html><head>/.../</head><body><div><div>/.../</div></div><div>/.../</div></body></head>
- What this kind of html output method does?
- May this kind of method help a small websites?
- What do I need to do to make my
html
output like this?