CSS Define Custom Tag

From WikiMLT
/*
    Define tag a new: <dnt> (Display Name Translation)
*/

dnt {
	display: none;
}

<!--[if lt IE 9]>
<script> document.createElement("dnt"); </script>
<![endif]-->