+ 1
Please what tag should I use of I want to draw a flag
2 Antworten
+ 8
Draw A flag ??
ammmmm;
you can make a flag with Two Ways,
The Easy one you can draw a div with border and trying to add inside more div's and style every div to be a box or a Circle Until it is completely be like the flag.
#otherways#
You Can Use <SVG> like this :
https://commons.wikimedia.org/wiki/Category:SVG_simplified_flags
Or you can also Use <canvas> element to make a professional draw ,
See :
https://www.youtube.com/watch?v=qtmpC0yy_0I
https://www.w3schools.com/html/html5_canvas.asp
+ 3
Panther you start by creating the right question using the right language(s) in the tags like HTML CSS and JavaScript...
You go to the code playground and decide if you are going to use CSS or are going to use shapes in SVG...
Then you begin crafting out the project...
Please use the 8 rules for getting help from the community and by providing a code for the community to assist you with.
https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community
Please do not expect the community to do your project for you.
Thanks and happy coding...