PDA

View Full Version : HTML More DIVs means bigger file size???



guitarplayer08
August 5th, 2008, 03:15 PM
Is this true?

When I have lot's of <div id="bla bla bla"></div> will the final .html file be bigger?

jwilliam
August 5th, 2008, 04:39 PM
Yes... when a web server serves an html page, it is sending a text file to the client... and the more text you have in a file, the bigger it is...