+ 1
How to learn codes?
I am a beginner in coding. im confused on what programming language do i need to learn and master first. im currently learning HTML, but in tutorial there's a lesson that i have to go to another programming language like css and javascript. Do i need to master one language at a time or learn all? tya
3 Answers
+ 9
think of html + css + javascript all as one big language. they all generally rely on one another.
+ 5
//As you stated
Firstly get familiar with HTML then go to CSS and JS is optional but having some knowledge of JS is good...
+ 1
I won't consider html as a programing language. It lacks basic functions of what a programing language requires like loops varibels etc...
If you are learning html you will use css to make your page look prety. Add colour, lines ...
To give your page functionality you will need to learn JavaScript. Manipulate data, do calculations ...
Personally I think you should learn all three at the same time, You will struggle to make any useful page without knowing all three