+ 7
What language should I learn first in Web Development?
15 Answers
+ 44
Start by learning HTML and CSS, then JavaScript and PHP. Then you can learn how to work with a framework like React.js, Vue.js, Angular...
+ 15
Learn html, CSS and JavaScript in this order:
1 - html - structure
2 - CSS - design
3 - JavaScript - behavior
+ 11
The basic one is HTML.........
https://www.sololearn.com/Course/HTML/?ref=app
+ 4
Thank you guys! I'm doing the right thing. I'm done with html and css. I'm on js now. Thanks a lot.
+ 4
Start with HTML and learn HTML5 and you can learn javascript and css for making your static HTML document more interactive. Then you can go with jQuery or Angular as they are very strong javascript frameworks available which will make your work easier. Then you can learn css preprocessor like SASS and LESS.
And for backend you can either use cms or frameworks like WordPress, Drupal, Jumla, Django or you can try everything from scratch using different server side scripting language like PHP, Asp, JSP, Ruby, Python and many more.
+ 3
What about in backend?
+ 3
html —> css —-> js —> ...
+ 3
1. HTML
2. CSS
3. JavaScript
4. PHP
+ 3
For wed development : it is good to learn or use html or java
+ 3
The first thing to do is to learn the structure (html) first, after that learn to design(css) and add meaning to your website and then finally the behavior (JAVASCRIPT) of your website ..
+ 1
HTML i say.
+ 1
Html
0
start with HTML, second CSS, then Python.. so you can get the base to start and then continue with other programming language.
0
1) HTML
2) CSS
3) JavaScript
4) PHP (or other language backfront)
5) SQL
- 1
It's better to begin by hyper text markup language (html) all others are just accessories...