+ 8
What's most useful after html, php or css, maybe another one?
9 Antworten
+ 41
HTML & CSS Are Working Hand By Hand So After CSS》JavaScript !!!😊
🌹😍👍🤗😊✌🌹
+ 12
Yea Js. You need it.
(JavaScript)
+ 6
The order I'll recommend is
HTML > CSS > JAVASCRIPT > PHP > SQL
I'm not a big fan of 3rd-Party Libraries (although, you can't entirely do without them), they make learning cumbersome (by limiting your knowledge to the bits they cram their libraries with).
With a good knowledge of CSS and Javascript, Bootstrap and Jquery are nothing more than another stylesheet cum Javascript combinations.
I get a sense of assurance and pride in being responsible for what I'm using.
+ 5
HTML: with it you can build the Structure for your Webpage.
CSS: with it you can change the appearance of the page.
JS: with it you can give the functionality to your page.
PHP or JAVA or Python...: are programming languages, with them you can transform your webpages from being static templates to being dynamic web apps.
MySQL: with it you can interact with databases to retrieve/save/edit data it the Database.
_______________________________
So if your goal is to be a Full Stack Webdeveloper, then you should learn this set of technologies in this order.
+ 5
CSS - Since it's customized HTML 🤔
+ 4
I would say CSS and JavaScript in no particular order.
+ 3
Javascript. :)
+ 3
JavaScript for your dynamic content....learn sass for writing your css in an easy way....learn bootstrap for responsive mobile web pages(for any device)....
+ 3
I think all of those languages are useful to make more complex and dynamic of your web. HTML for user interface, PHP for dynamic web, CSS for make your web so beautiful, JS for make something if user do something, mySQL for managing your database, and CodeIgniter for make simple coding and not really confusing.
If you learn all of this, feel free to make many website and be creativity your web hehe..
Thanks