Help talk:Editing Basics: Difference between revisions

From Embryology
Line 10: Line 10:


<nowiki><canvas></nowiki> is a new HTML element which can be used to draw graphics using scripting (usually JavaScript). It can for instance be used to draw graphs, make photo compositions or do simple animations.
<nowiki><canvas></nowiki> is a new HTML element which can be used to draw graphics using scripting (usually JavaScript). It can for instance be used to draw graphs, make photo compositions or do simple animations.
* https://developer.mozilla.org/en/Canvas_tutorial

Revision as of 06:54, 2 August 2011

Editing Not Basic

Invisible Page Comments

<!-- This code allows text to only appear in edit mode --> and is repeated below


Canvas

<canvas> is a new HTML element which can be used to draw graphics using scripting (usually JavaScript). It can for instance be used to draw graphs, make photo compositions or do simple animations.