HTML/HTML5: различия между версиями

Содержимое удалено Содержимое добавлено
викификация
canvas
Строка 572:
<html>
<head>
<script type="text/javascript"title>
Тег canvas
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<canvas id="myCanvas" width="200" height="200">
</canvas>
<script type="text/javascript">
</source>
<source lang="javascript">
Строка 582 ⟶ 590 :
<source lang="html5">
</script>
<title>
Тег canvas
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<canvas id="myCanvas" width="200" height="200">
</canvas>
</body>
</html>