<!doctype html> <head></head> <body> <span >xxx</span> <script> var css = ('style'); ('type', 'text/css'); var cssText = 'span{color:Red;}'; if() { // IE = cssText } else { ((cssText)); } ("head")[0].appendChild(css); </script>