0
What is the correct order to learning. Java script ,Css,Html,Jquery ?
priorities in learning
5 ответов
+ 3
+ Html firstly: that's the base
+ Css less or more at same time: it improve the Html possibilities, and was designed to separate styling (presentation) of structure (so I tend to consider that's two side of a unique technology)
+ JavaScript next: but could be started as soon as you have learned some basics of Html/Css (in the absolute, javascript can be learned without any Html/Css background, but all its powerfull and fun potential is related to the use of Html/Css as JS input/output)
+ JQuery or any others libraries/frameworks last: they are clearly builded upon JS, and so require a minimal knowledge about it to be good understanded/used... Also, they are mostly often designed/dedicated to user side web in/output, so minimal knowledge at Html/Css is required to be properly studied ;)
+ 2
With pleasure :)
(but why mark my answer as best and retrieve it immediatly?)
+ 1
html,css,java script,jquery.
+ 1
thank you Elizabeth
0
Thank you very much visph