Results 1 to 3 of 3

Thread: Canvas in HTML

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2012
    Posts
    1

    Canvas in HTML

    Hi, everyone. I have some basic knowledge on Html. But, I want to know more about the concepts in html. Can anyone share their knowledge on Canvas in HTML??? thanks in advance.


    Thank u,

    Regards
    srikanth
    Last edited by Hack; Nov 26th, 2012 at 07:57 AM. Reason: Removed Website Reference

  2. #2
    Addicted Member Mr.Joker's Avatar
    Join Date
    Apr 2012
    Posts
    140

    Re: Canvas in HTML

    Hey there. As you might know, canvas are something new in HTML web language and because of that, it's HTML5 syntax. I will give you some interesting website where you can learn more about it: http://www.w3schools.com/html/html5_canvas.asp
    Good luck with lessons.

  3. #3
    New Member
    Join Date
    Dec 2012
    Location
    United Kingdom
    Posts
    3

    Re: Canvas in HTML

    The HTML5 <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript). The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, characters, and adding images.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width