<html>
<head>
<meta charset=utf-8" />
<title>canvas</title>
</head>
<body>
<canvas id="myCanvas" width="300" height="300" style="border: 1px
solid #d3d3d3;"> your bolowr is not draw!
</canvas>
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
...
<html>
<head>
<meta charset="utf-8"/>
<title>
我爱学英语
</title>
<style type="text/css">
#btn{
width:100px;
height:33px;
background-color:green;
}
#english{
color:red;
}
#chinese{
color:#94AAD6;
}
span{
font-size:40px;
font-align:center;
}
p{
padding-top:10px;
wi...