+ 11
Which to learn 1st CSS or JS??
42 ответов
+ 15
In my opinion, you should learn Css first
+ 19
Best and normal option is learning CSS before JavaScript for better understanding and not to complicate issues
+ 15
If you already know HTML, you could choose CSS(it is about the design of the webpage) or JavaScript(to make the webpage interactive).
I would recommend to learn CSS as long as it is relatively simplier. Then you can go on with JavaScript...
+ 13
css
+ 11
and try always to connect html with css and js
+ 8
Thankxx up sir
+ 6
CSS first so you will be able to design your simple html code and then java script to make your webpage interactive.
+ 6
Learn CSS before JavaScript.
+ 5
I will recommended to you that you began to learn CSS, after that you can learn about JavaScripy
+ 5
my advise is CSS first... I am also learning CSS and JS at the moment. I am doing them together (and html) and your question made me think, if it is better to wait with JS. But I also find it nice to change it up a little to get some variation.
+ 5
1st CSS
+ 5
if u already know html its better if you learnt css but if not start with html then css then js orr you can start with js and then html then css
+ 4
css , will be better , it is even easier then js
+ 4
Irene CSS is easy so learn CSS
+ 3
CSS then JavaScript!
+ 3
HTML if we considered it a language 😂 along with CSS
then Javascript
If you wanna good videos or paid udemy courses in addition to this app, try freetutorials.us
you will find too much courses about Css, Javascript, Bootstrap
as well as PHP, SQL & node.js
+ 3
If you know how to work with html then you should first know the css framworks then you should learn javascript for function in the framworks.
+ 3
Css is better for beginners. JAVASCRIPT is also important as Css but for it is better to know Css first.
+ 3
CSS
+ 3
css specifies layout(eg;Color and fonts) of webpage while js tells about behaviour(dynamic) of page .In general css comes first while learning html followed by JS:)