Add the text "and text" to first section (#30505)

This commit is contained in:
mresnik
2019-01-17 21:52:06 -05:00
committed by Tom
parent 01ba4a8db0
commit 8f173967c7

View File

@ -4,7 +4,7 @@ title: Canvas Tag
## Canvas Tag
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
You can use a canvas to draw and animate graphics. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas.
You can use a canvas to draw and animate graphics and text. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas.
```html
<canvas id="canvas" width="200px" height="200px">
</canvas>