HTML5 scripting
template element
정찬명 주니어
이름
성별
나이
canvas element
ctx.fillStyle = "red"; ctx.fillRect(10, 10, 100, 100); ctx.fillText("Hello World!",10,150);