0
Is there a specific order of languages when you want to start coding?
Like you need to first do "HTML" then "CSS" and so on or doesn't that matter?
2 Respuestas
+ 5
You can also start with Javascript if you like.
You only need to know how to get user input (prompt) and how you output something on the screen (console.log).
Like this you can explore all the core of Javascript before dealing with HTML or CSS.
However, you almost half through HTML, so why even worry about it?
Just keep going and make sure to practice everything with your own hands!
+ 7
If you want to be a web developer follow this order:
1. Html
2. Css
2.1 some framework(boostrap, materialize)
3. Javascript
3.1. Some framework as Jquery
4 sql
5. Php
6. Git
Check this code about web developer:
https://code.sololearn.com/W5vTxD5t5TKh/?ref=app