0
3.6kviews
Using HTML 5 draw canvas containing a STAR.
1 Answer
0
158views

HTML 5 Canvas With STAR

  • The HTML <canvas> element is used to draw graphics using JavaScript.
  • The <canvas> element act as a container for graphics. But script is actually used to draw the graphics.
  • Canvas has several methods for drawing paths, boxes, circles, text, and adding images.
  • In a program …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.