+ 2
I just on the way to complete my html what should I start after completing html? Css or JavaScript
4 Answers
+ 6
CSS, then JS and jQuery ^_^
+ 4
You should probably start CSS as in JavaScript tutorial there are few implementation which changes CSS styles. So for that you should have knowledge of CSS first. Note: CSS is for changing styles or looks while JavaScript adds behaviour. I don't know what is your requirement as a developer but I would recommend CSS first then JavaScript as the same i did as a beginner. ;)
+ 2
thnx @aditya and @maz for your valuable advice
+ 2
but i heard that some elements of html5 are well describe in java script such as geo location, canvas,svg and more