Creating an Image Grid with CSS and Paragraphs
I was working on a sponsors page for a non-profit client and needed a quick, easy way to layout the sponsor logos in a grid. Of course I could do it with tables, but I wanted simpler code and something that was easier for the client to maintain.

HTML 5 has a LOT of cool features, but my new favorite is CSS gradients. Using CSS gradients, you can eliminate many header, footer, and box background images. As a result, you can speed up page loads.