Which computer language should I combine with html to help me create a unique website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which computer language should I combine with html to help me create a unique website?

I am done with HTML and my aim is to build a great website!

17th Feb 2018, 9:02 PM
Mabor Telar
Mabor Telar - avatar
5 Answers
+ 3
HTML/CSS/JavaScript are being referred to as the holy trinity of frontend, you can do marvellous things just with these three, if you are building only static pages without databases. After these three, jQuery is a must for frontend, and when you get to that point chose either angular.js ( which is at this point outdated, but it doesn't require you to learn typescript, angular4 or newer is better but will require a lot more time to master ) or react.js, and in the end go on to node.js. Going that route will get you M.E.A.N. stack eventually. Just remember to have fun along the way. :)
18th Feb 2018, 10:08 AM
Vladimir
Vladimir - avatar
+ 4
Thanks brother #Luciel.
17th Feb 2018, 9:47 PM
Mabor Telar
Mabor Telar - avatar
+ 4
Guidelines to be a good Web Developer: https://www.sololearn.com/discuss/1033194/?ref=app
17th Feb 2018, 10:22 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 3
You can build some great looking static websites with just html and css but if you want something with a little more functionality then definitely start looking at JavaScript
17th Feb 2018, 10:54 PM
Memphis Reigns
Memphis Reigns - avatar
+ 1
Do the following in this order: CSS, JavaScript, jQuery, PHP, and then Python. You can start building amazing websites though after learning CSS. Best of luck and happy coding!
17th Feb 2018, 9:04 PM
luciel
luciel - avatar