Web Programming

Kooshiar Azimian
1 min readJul 26, 2020

--

You can learn and practice most programming languages in w3schools

Web
1- HTML: marked-up language for web design. easy to learn if you don’t have any CS background.
W3schools
free course on Coursera
youtube course in 1h

2- CSS: for style and adding graphic flavor to your website, more art work than engineering.
youtube tutorial
w3schools

3- JS: let you build more dynamic websites

4- React or Angular : JS & typescript based libraries, you can build web or mobile apps with them.
Udemy React course
React on W3schools
Angular on W3schools

source: https://appinventiv.com/blog/react-vs-angular/

--

--