Hello, I am Shahzad and welcome to lecture number seven, which is we are going to discuss about the graphics in html5, although we know very well that html5 has introduced some new elements to draw your graphics like Canvas, like SVG. So these are the two elements. You can draw the graphics, either it's a line or rectangle or circle by using these two elements. But first of all, what is the canvas in html5, a canvas element is used to draw graphics on a webpage. But you can not draw any graphics. If you are using a canvas without JavaScript.
That means JavaScript is involved to draw a particular graphic on our page. If you open the Google, Google and right here, Canvas in html5, open some websites So now as you can see, this is the basic of the canvas to draw this element. As you can see, the JavaScript code is involved to draw this box. That's why we are going to skip this canvas color set basic HTML five series. Before learning this canvas, you have to learn the basic HTML or the fully basic JavaScript. So now, as you can see, this is the html5.
And if you are creating this wall, that means you have to define some JavaScript code. So we'll discuss about the canvas, I think in our advanced html5, but in basic html5, we are going to cover the SVG in the graphics section. In the next section, we are going to cover The SVD so thank you for watching