This page demonstrates how IE 5.5 through 8 can be forced to parse unknown elements with document.createElement('unknown'). This does not work in IE 5.01 and lower and is not necessary in IE 9.

This is an unknown element before the hack. It is not parsed correctly.

This is an unknown element after the hack. It is parsed and can be styled just like a normal element.