4 <meta charset=
"UTF-8" />
6 window
.onload=function(){
8 var c
=document
.getElementById("myCanvas").getContext("2d");
10 c
.font
="35px sans-serif";
16 c
.fillText("ABCDEFG",0,0);
24 <canvas id=
"myCanvas" height=
400 width=
400 style=
"border:1px solid black"></canvas>