4 <meta http-equiv=
"content-type" content=
"text/html; charset=UTF-8">
7 <p><canvas width=
"500" height=
"200" id=
"c"></canvas></p>
8 <script type=
"text/javascript">
11 var c
= document
.getElementById('c').getContext('2d');
14 c
.fillText(t1
, 10, 100);
15 c
.fillText(t2
, 10, 100);