+ 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!
5 Antworten
+ 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. :)
+ 4
Thanks brother #Luciel.
+ 4
Guidelines to be a good Web Developer:
https://www.sololearn.com/discuss/1033194/?ref=app
+ 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
+ 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!