Hacker News new | ask | show | jobs
by cuddlecake 2307 days ago
You assume that all webpages are "a bit of HTML", which is imho an arrogant way to look at Client-Side web development.
1 comments

If you add up the lines of code that your javascript dependencies have versus the lines of HTML code that is generated with those hundreds of thousands of lines of JS, then probably yes, the lines of HTML are only few.

But to each his own.