0
Hie... I'm new to coding.. Can anyone please tell me what all I need to master my skills in to become a front end developer?
What do i need to learn apart from html css JS?
2 Antworten
+ 1
Chung-Ying Po is right.
1. HTML (builds your webpage)
2. CSS (styles your webpage)
3. JS (makes your webpage interactive)
4. JQuery (makes your JS code better looking and simplier)
5. JS libraries like Angular or EcmaScript (both of these are avalibe on sololearn as user-generated courses) - (makes your developmnt easier and faster)
(6. PHP - It' s backend language, but is crucial in webpage development - allows you to work with files on server, work with databases, send and recive data from the server and much more)
+ 3
You will need to learn HTML, JavaScript, and CSS to be a front-end developer. It is recommended to learn HTML first before touching the latter two skills and the back-end, as HTML is the "backbone" of websites.