+ 1
In what order should I learn Web Development?
I'd like to to learn web development but I don't exactly know where to start and what should l learn first and so on. I also would like to know the relation and the order of courses of the different tools.
3 ответов
+ 12
good order @Squidy. You read my mind.
+ 7
I'd start with HTML, then start styling it with CSS, and then add some dynamic behavior with JS.
PHP can be squeezed in wherever, but I would personally save it for last. It's used for server-side things such as handling login sessions and form submissions.
0
thanks that was helpful @Squidy