Web code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Web code

when i see a web code i see css , js and html window can anyone explain me what do they mean ? What type of code does one write in each ? Does one need to learn 3 programming languages for web designing ?

21st Jan 2017, 5:30 PM
Sahaj Bamba
Sahaj Bamba - avatar
9 Answers
- 1
Does it mean those 3 windows are different zones in which program execution is divided and we code accordingly in those windows using different languages?
21st Jan 2017, 5:39 PM
Sahaj Bamba
Sahaj Bamba - avatar
+ 7
HTML <- content CSS <- content style JavaScript <- logic (other languages suggested for web : Ruby, PHP and JQuery library (JS))
21st Jan 2017, 5:32 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
(JavaScript! ^_^)
21st Jan 2017, 5:46 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
If you do the 3 courses in SoloLearn, you'll know. BTW, HTML and CSS are not programming languages.
21st Jan 2017, 5:32 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 4
Yes, a good web code is when you utilise those three languages and make awesome stuff out of them.
21st Jan 2017, 5:40 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 4
If you are into web developing, then HTML is probably the first thing you should learn. The question is are you more of a front-end or a back-end web developer? Front-end web developers basically create all the user interfaces, designs of the website and to make the website fully interactive. HTML, CSS, JS and other frameworks like Bootstrap and jQuery play a huge role in this one. Back-end web developers basically create server-side stuff like user authentication, preventing SQL injections or other hacking attempts. For this one, you should master PHP, SQL, or other JS frameworks like Node.js and AJAX. P.S. I'm into back-end for some reason.
21st Jan 2017, 5:47 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
I suggest you do three of them. HTML CSS JS. Personally, I don't really like HTML and CSS but JS is something that you won't regret learning. JS goes together with HTML and CSS is technically optional because it only teaches you bout styling web pages. Go for what you want, HTML is a must though.
21st Jan 2017, 5:43 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
- 1
cheeze the courses you are recommending are css html and ?
21st Jan 2017, 5:41 PM
Sahaj Bamba
Sahaj Bamba - avatar
- 1
okay i will try them thanks .
21st Jan 2017, 5:45 PM
Sahaj Bamba
Sahaj Bamba - avatar