+ 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.
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.
+ 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! :)
+ 4
My sequence;
1. HTML
2. CSS
3. JS
4. JQuery
5. PHP
+ 3
html - design or presentation
js - link or search links
css - style
+ 2
its a good match up of programming langs except html-mark up language