var tmp = document.createElement("div"); tmp.innerHTML = '<style type="text/css">* {color: #f00}</style>'; document.body.appendChild(tmp.firstChild);