var element = document.createElement("span"); element.setAttribute("style", "color: red"); document.body.appendChild(element);