Web page accessibility isn't a best practice It's simply something you would consider if your end users were ever humans, or robots. If you're only displaying HTML to plants you shouldn't worry about it.... WCAG HTML Read More
SVG Sprites for icon systems Image sprites (even in the lowly bitmap format) can save a huge amount of time, and more importantly a whole bunch of annoying individually loaded resources.... SVG Icons Read More
Our HTML friend named picture The `` element accepts multiple image sources, and empowers the browser to display the most appropriate image based on the media queries or network conditions.... HTML Read More