Shrinking HTML
Posted on
Recently I was looking into making HTML 5 a little smaller. I found that not only can you make all the usual tweaks to save space such as removing any instances of div
overload and keeping class names and IDs small, you can actually remove entire chunks of HTML which isn't technically required.