WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1What are the benefit of canvas in html5? Empty What are the benefit of canvas in html5? Thu Aug 08, 2013 1:30 pm

alen


Registered Member
Registered Member
Hello Friends,
I rear a new term in html "canvas", Please tell me what are the uses of it in programming.

danielleslot


Registered Member
Registered Member
I don't know what kind of a benefit canvas is for me .. or for somebody else... i only know it's just a wrapper for drawing rectangles etc... but it's only a wrapper... you still need a javascript to actually draw the rectangles etc.... Probably it's a benefit for people who wanna create really creative graphic images....

https://www.antagonist.nl/wordpress/

Petermichael


Registered Member
Registered Member
The CANVAS element is embedded right in the HTML. The scripts that draw on it are right in the HTML (or a linked external file) as well. This means that CANVAS element is a part of the document object model or DOM. Flash is an embedded external file. It uses either the EMBED or the OBJECT element to display, and cannot interact directly with the other HTML elements. Because the CANVAS element is part of the DOM, it can interact with the DOM in many ways. For example, you might create an animation that changes when some other part of the page is interacted with—such as a form element being filled in. With Flash the most you could do would be to start the Flash movie or animation, but with CANVAS you could create many different effects, even adding the text from the form field into the animation.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum