what should be the sequence of learning HTML CSS and javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

what should be the sequence of learning HTML CSS and javascript

im willing to learn making cool webpages but dont know where to start as HTML seemed to be the simplest i thought starting with HTML would be wise.But im not sure about CSS or JS.

31st Mar 2017, 11:07 AM
Code Ninja
Code Ninja - avatar
6 Answers
+ 12
HTML = content of the webpage (Article, Link, Images, etc.) CSS = Style of your webpage (Position of elements, colors, border, etc) JS = Interactive Webpage (Click on elements, Mouseover on image, Focus on input etc.) Then (optional) learn jQuery for simplify the JS codes.
31st Mar 2017, 11:12 AM
Maz
Maz - avatar
+ 10
Good question. It really depends on what you want to do next. If you already know html, css, and javascript, maybe learning some libraries, like jquery and bootstrap to speed up your creative coding process. Then, when youre good with the front end development, trying to learn the back end support with maybe php and sql to work on the behind the curtain web processes will turn into a pretty good developer. Keep coding! :)
31st Mar 2017, 11:45 AM
André Santos
André Santos - avatar
+ 4
My sequence; 1. HTML 2. CSS 3. JS 4. JQuery 5. PHP
3rd Apr 2017, 11:57 AM
Naeem Rind
Naeem Rind - avatar
+ 3
html - design or presentation js - link or search links css - style
2nd Apr 2017, 7:19 AM
<INTMAX>
<INTMAX> - avatar
+ 2
its a good match up of programming langs except html-mark up language
2nd Apr 2017, 7:18 AM
<INTMAX>
<INTMAX> - avatar