Filter (Advanced Search)
Downloads
0
Views
217
Video

Video is not available... Embedded is previous playlist.

Details

<!DOCTYPE html>
<html>
<body>

<canvas id="myCanvas" width="300" height="100" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML canvas tag.</canvas>

<script>
var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.font = "30px Arial";
ctx.strokeText("GSSS KHOKHAR",10,50);
</script>

</body>
</html>



Ad