Using CSS without HTML · Mathias Bynens.
While not at all for production use, this is a really neat look into the idea of building a document without any HTML. Now you see why this isn’t for production use by any means.
The technique is based on some fallback behavior implemented by browsers, namely auto-inclusion of missing html
, head
, and body
elements and more, but the result is pretty neat.