+ 2
Is it possible to make a animated stick man in HTML and how
6 Answers
+ 2
You can also do it with svg if you want:
http://www.clker.com/inc/svgedit/svg-editor.html
Create the man here, then place it in your html code and then add the animate tags to it.
+ 8
No only with html you can do that using SVG. Otherwise You have to use CSS for it.
+ 6
+ 3
thx a lot
+ 3
you'll need HTML and CSS
+ 2
Here are a few things that can be done with SVG if you create double ellipse arms and legs you can do more. Hope this is helpful.
https://code.sololearn.com/WYswFKVdNFWW/?ref=app