BV
Size: a a a
BV
DM
BV
BV
DM
BV
BV
UM
DM
А
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0">
<title>js</title>
</head>
<body>
<canvas id='canvas' width="300" height="300"></canvas>
<script>
let canvas = document.getElementById("canvas");
if(canvas.getContext){
let ctx = canvas.getContext("2D");
ctx.fillStyle = "red";
}
</script>
</body>
</html>
j
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0">
<title>js</title>
</head>
<body>
<canvas id='canvas' width="300" height="300"></canvas>
<script>
let canvas = document.getElementById("canvas");
if(canvas.getContext){
let ctx = canvas.getContext("2D");
ctx.fillStyle = "red";
}
</script>
</body>
</html>
А
j
А
А
DM
А
UM
DM
UM