var ancho = "100" document.getElementById("contenedor").innerHTML = "<div id='contenido' style='background-color:red; width:"+ ancho + "px'></div>";