0
Hey what y'all think is the next best thing to learn after HTML? Is Java then next thing to look in to there just so much.
what y'all think
4 Respostas
+ 8
After HTML you will learn this languages in this order (if you are into web development)
*CSS
*JavaScript
*JQuery
*PHP
*SQL
+ 6
after HTML, learn CSS and JavaScript. CSS will allow you to make it pretty or just plain look better instead of a site from the early 90s. JavaScript is 'actual ' programming so that'll be important to learn. It'll allow you to control logic for the page.
+ 3
Try this order if you plan to make websites:
HTML ➡ CSS ➡ JavaScript ➡ JQuery ➡ PHP ➡ SQL ➡ Anything else you fancy 😉
If you don't want to continue with HTML and website creation you can go into Java, but they are very different languages.
+ 2
I agree with Ahri. CSS and javaScript are the next best things to learn to go with your HTML.
My recommendation, do not go straight into jQuery, angular or node without getting a firm grasp on regular plain javaScript. It's like learning your multiplication tables before getting the calculator.