Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

What the use of Canvas Element in HTML5?


The canvas element is used to  draw graphics images on a web page by using javascript like below

<canvas id="pcdsCanvas" width="500" height="400">
</canvas> 
<script type="text/javascript">
           var pcdsCanvas=document.getElementById("pcdsCanvas");
           var pcdsText=pcdsCanvas.getContext("2d");
           pcdsText.fillStyle="#82345c";
           pcdsText.fillRect(0,0,150,75);
</script>

2 comments:

  1. Hi, Great.. Tutorial is just awesome..It is really helpful for a newbie like me.. I am a regular follower of your blog. Really very informative post you shared here. Kindly keep blogging. If anyone wants to become a Front end developer learn from HTML5 CSS3 Javascript Online Training from India . or learn thru HTML5 CSS3 Javascript Online Training from India. Nowadays JavaScript has tons of job opportunities on various vertical industry. HTML5 CSS3 Javascript Online Training from India

    ReplyDelete