Tag: html
-
HTML 5: Omitting unnecessary speech marks
In my last post I described how it is possible to cut down on your HTML filesize and save some time in your coding by omitting optional closing tags. As a follow up to that post I thought I’d also describe another process to save even more on your filesize and a little bit more…
-
HTML5: On removing optional closing tags
Firstly, an example of some html… Lovely and semantic. Now, there’s nothing at all wrong with what I’ve written above. This article is all about showing you how there are certain things in your HTML that can be left out, without breaking any part of it. You can actually omit many closing tags and still…