+ 2
javascript
I want to make games with javascript, can I do without html and css? Or should I learn html and css first? And how do I set up development environment?
2 odpowiedzi
+ 4
You should (learn about <canvas> element)
+ 3
You should learn HTML/CSS in addition to javascript, because JS run in browsers, and html/css manage display: even you can build html/css dynamicly, you must know how this work in order to use it...