Canvas
Tag: <canvas>
The canvas tag is used as a container for graphics created with
script.
Its size is set using the height and width attributes.
The id attribute should also be added so the script can identify the canvas.
It is closed with the closing tag </canvas>
This tag is new in HTML5