Tech News
← Back to articles

You can make up HTML tags

read original related products more articles

You can make up HTML tags:

Aug 2, 2025

Instead of writing HTML like this:

< div class = cool-thing > Hello, World!

… you can write HTML like this:

< cool-thing > Hello, World!

… 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