+ 5
Which one is better?
After learning html, which programming languange is better to learn for web progrmaing? CSS or javascript?
6 Antworten
+ 19
All of them are needed for web development.
+ 6
HTML ->CSS ->JAVA ->PHP
+ 4
Jan Markus got it spot on. Go to the JavaScript course, and it will tell you that you will need at least a basic understanding of HTML and CSS. CSS says you just need a basic understanding of HTML.
+ 2
After HTML you need CSS to style your site then you will need JavaScript to make it interactive
then you need to handle inputs and databases and for that you can use :
PHP or python/Django or node. js ..
knowing the basics of SQL can be helpful too.
+ 1
After CSS and JavaScript, you should aim for PHP if you want to learn form handling for user input.
+ 1
CSS and JavaScript next. Then look at PHP and SQL and possibly jquery. They will all make much more dynamic and interactive webpages.