0
As a newbie, started with HTML, in what order and what course should I learn next?
Advise needed. I'm learning HTML, from scratch, now I'm getting better, in what order will you advise me to learn other courses like Java, CSS, PHP, RUBY? Do I need to learn them all?
5 Answers
+ 6
NAME [required knowledges] (description)
HTML [none] (structure)
CSS [HTML](style)
JS [HTML & CSS] (front- end/client-side script)
jQuery [JS] (easy JS)
PHP [HTML] (back-end/server-side script)
SQL [PHP] (databases)
+ 2
If you want to create a website, HTML>Javascript>CSS>PHP>SQL
Otherwize, python
+ 2
Websites: HTML --> CSS --> Javascript by that time you'll know exactly what you need to study based on whatever it is that you want to build.
Programming in general: Python, Java, C++
+ 1
A web developer should be familiar with html, css, php and javascript. After you know the basics of these languages you should beginn to work with some frameworks for css, javascript and php.
My suggestion is the foundation css framework and jQury. Frameworks are great to learn how to use the basic stuff you learned. Happy coding.
0
Wow! Thanks y'all for these eye-opening answers. mucho gracias