<!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<canvas id="myCanvas" width="578" height="200"></canvas>
<script>
var canvas = document.getElementById('myCanvas');
var context = canvas.getContext('2d');
context.beginPath();
context.moveTo(100, 150);
context.lineTo(450, 50);
context.stroke();
</script>
</body>
</html>
save করুন canvas.html নামে নোটপেডে ।
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<canvas id="myCanvas" width="578" height="200"></canvas>
<script>
var canvas = document.getElementById('myCanvas');
var context = canvas.getContext('2d');
context.beginPath();
context.moveTo(100, 150);
context.lineTo(450, 50);
context.stroke();
</script>
</body>
</html>
save করুন canvas.html নামে নোটপেডে ।
কিভাবে টাকা আয়/ইনকাম করবেন অনলাইন থেকে যা এই সাইটে স্টেপ বাই স্টেপ লেখা হয়েছে।তাহলে আর দেরি কেন। এখনই ভিজিট করুন।




1 comments:
dd
ReplyPost a Comment