+ 1
Web development
Hi everyone! I am planning to study web development with html, css and javascript but I don't know the order, should I study them one by one? Or should I study them all at the same time? I heard that js needs a lot of time, so should I focus on the other two first? Together or separately?
4 ответов
+ 5
According to me you should first start with html because html is the base structure of web page and defines the content of a web, then you should learn css that help in providing the styles and makes the page attractive, then you should learn JavaScript that help in making page dynamic and interactive and defines behaviour of page.
+ 1
let me see....
you wrote:
"
I am planning to study web development with html, css and javascript but I don't know the order
"
if you don't know the order, then you are lucky! the order is correct!
html - gives the structure
css - gives the style
js - gives the interaction
if you know nothing, then follow this order. after js there are few other options, like js framework, nodejs
+ 1
HTML, CSS, than JS
0
Thank you all :)