convas标签问题
为什么Canvas在我这里显示不了
为什么Canvas在我这里显示不了
2017-12-13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
div{text-align:center;
margin-top:250px;}
#clock{border:1px solid #ccc;}
</style>
</head>
<body>
<div>
<convas id="clock" height="200px" width="200px"></convas>
</div>
</div>
</body>
</html>
效果图:是一竖横
举报