Skip to content

Instantly share code, notes, and snippets.

var i = document.createElement("img");
i.setAttribute("src","http://livedoor.4.blogimg.jp/amosaic/imgs/b/4/b42f4c1b.gif");
i.style.width = "200px";
document.getElementById("taw").appendChild(i);
var m = document.createElement("p");
m.appendChild(document.createTextNode("次元定理で5次元になるかも"));
document.getElementById("taw").appendChild(m);