You can make up HTML tags:
Aug 2, 2025
Instead of writing HTML like this:
< div class = cool-thing > Hello, World! div >
… you can write HTML like this:
< cool-thing > Hello, World! cool-thing >
… and CSS like this:
cool-thing { display : block ; font-weight : bold ; text-align : center ; filter : drop-shadow( 0 0 0.5 em #ff0 ); color : #ff0 ; }
Hello, World!
For those using RSS, click here to see it in action.
... continue reading