Add a canvas element to the HTML5 page.
Specify the id, width, and height of the element:
<canvas style="border:1px solid #C0C0C0" width="200" height="100"> Your browser does not support a canvas </canvas>
Canvas Preview: