3 <meta http-equiv=
"content-type" content=
"text/html; charset=UTF-8">
6 window
.onload=function(){
7 c
=document
.getElementById("myCanvas").getContext("2d");
8 c
.canvas
.width
=c
.canvas
.width
;
9 c
.font
="35px sans-serif";
10 c
.shadowColor
="darkblue";
12 c
.strokeText('ABCDEF',20,100);
17 <canvas id=
"myCanvas" height=
"500" width=
"500" style=
"border:1px solid black"></canvas>