Multiple choice technology web 2.0

The HTML5 canvas element uses JavaScript to draw graphics on a web page.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The `` element is only a container for graphics and has no drawing capabilities of its own. It requires JavaScript to access the rendering context and perform drawing operations like rendering shapes, paths, text, or images. Therefore, the statement is true.