diff --git a/guide/english/html/elements/canvas-tag/index.md b/guide/english/html/elements/canvas-tag/index.md index fa43b851db..f428dda5e7 100644 --- a/guide/english/html/elements/canvas-tag/index.md +++ b/guide/english/html/elements/canvas-tag/index.md @@ -4,7 +4,7 @@ title: Canvas Tag ## Canvas Tag -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