Hello Reader's! in this blog you will learn how to draw the shapes and figure using just html5 tags.
In html 5 you can draw some basic shape like square and rectangle and circles. Let's see some of them no
In the code above i have used shape of circle in the tag with red color for stroke and blue color for fill. And you can easily change the width or height of shape also.
Simliarly you can also make star shape by using the polygon tag:-
In the code above you easily set the cordinate on which the edge of polygon will turn also colors and its size.
So you can see by using HTML5 tag 'svg' you can easily draw the figures in real time.
0 Comment(s)