Table of Content
Canvas drawing
1<canvas id='canvas' width='300' height='300'></canvas>
Note that the width and height is not styling. It is the property we need to set it in canvas tag.
For styling, we still put it in CSS.
What’s next? We’re going to take a look at “Using canvas”.