Is it nessassry to learn HTML,CSS before JS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it nessassry to learn HTML,CSS before JS

I have finished python and learning js

9th Mar 2020, 5:29 AM
Tanush Rathore
Tanush Rathore - avatar
6 Answers
+ 2
No you don't have to. It is not necessary, but it does help. When we code JavaScript, it is usually done within an environment that involves some amount of htmp and css: the web environment.
9th Mar 2020, 5:56 AM
kam
kam - avatar
+ 1
Yes, I believe you need to learn the basics and fundamentals of HTML (and/or CSS) before learning JavaScript :)
9th Mar 2020, 5:30 AM
かんでん
かんでん - avatar
+ 1
You will obviously have to know HTML and CSS eventually if you want to do web programming, but there is no problem with starting with Javascript. All you need to know are 'prompt' and 'console.log', so that you can take user input and show stuff on the screen (in an unpretty way). Now you can learn and practice everything about variables, types, functions, classes, loops, if and else...
9th Mar 2020, 8:43 AM
HonFu
HonFu - avatar
0
Hi! My opinion yes, learn html & css before, if you want to be a frontend web developer
9th Mar 2020, 5:35 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
kam and if we use js in backend? Server side?
9th Mar 2020, 6:02 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Depend if you want front end then yes if you want backend the no
15th Mar 2020, 3:53 PM
Ankit Jha