+ 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 ?
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?
+ 7
HTML <- content
CSS <- content style
JavaScript <- logic
(other languages suggested for web : Ruby, PHP and JQuery library (JS))
+ 7
(JavaScript! ^_^)
+ 4
If you do the 3 courses in SoloLearn, you'll know. BTW, HTML and CSS are not programming languages.
+ 4
Yes, a good web code is when you utilise those three languages and make awesome stuff out of them.
+ 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.
+ 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.
- 1
cheeze the courses you are recommending are css html and ?
- 1
okay i will try them thanks .