Quick Tip – 19: Close Self-Closing Tags Without a Trailing Slash
For those of us who are used to working with XHTML this is going to seem a little odd but, with HTML5, we no longer need to add a trailing slash on self closing tags like images and inputs. When using an img tag do you tend to set it up like this? Well, that