+ 2
Web dev
What languages should I learn for beginning website development,knowing I already have some basics in c and html
3 Answers
+ 5
You should learn using the search bar first:
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/discuss/2131711/?ref=app
https://www.sololearn.com/discuss/2026195/?ref=app
https://www.sololearn.com/discuss/1532033/?ref=app
https://www.sololearn.com/discuss/4888/?ref=app
https://www.sololearn.com/discuss/151916/?ref=app
https://www.sololearn.com/discuss/694905/?ref=app
https://www.sololearn.com/discuss/2708279/?ref=app
https://www.sololearn.com/discuss/681141/?ref=app
https://www.sololearn.com/discuss/1909881/?ref=app
https://www.sololearn.com/discuss/1304535/?ref=app
+ 3
Here is what I'd recommend to get you started. There's more to choose from, and by the time you learn these, you'll have a good idea of some other directions you can take. Hope this helps!
HTML: https://www.sololearn.com/learning/1014
CSS: https://www.sololearn.com/learning/1023
JavaScript (JS): https://www.sololearn.com/learning/1024
jQuery (JS Library): https://www.sololearn.com/learning/1082
PHP (server-side): https://www.sololearn.com/learning/1059
SQL (databases): https://www.sololearn.com/learning/1060
^That'll get you up to pace and ready to make some good websites from a front-end and back-end perspective. After you're comfortable with those, I'd recommend checking out NodeJS also; it's a different back-end system that plays off Javascript instead of PHP/Apache.
Some others to consider:
React/Reduc: https://www.sololearn.com/learning/1097
Angular/NestJS: https://www.sololearn.com/learning/1092
Responsive Web Design: https://www.sololearn.com/learning/1162
+ 2
Perfect thank you