+ 1
What web languages are needed to be learnt for total client-side web programming?
2 Answers
+ 9
-JavaScript (primarily)
-HTML*
-CSS*
-Any language running on a client device that interacts with a remote service is a client-side language.
Note:,HTML and CSS aren't really "programming languages" per-se. They are markup syntax by which the Client renders the page for the User.
+ 8
html
CSS
JavaScript