Which language is best to develop websites? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which language is best to develop websites?

25th Mar 2017, 5:07 PM
VINOTH
5 Answers
+ 8
TypeScript, jquery, HTML.
25th Mar 2017, 8:43 PM
Grzegorz Kawalec
Grzegorz Kawalec - avatar
+ 5
html>CSS>Javascript all three
25th Mar 2017, 5:15 PM
Meharban Singh
Meharban Singh - avatar
+ 2
a simple single page site: HTML, CSS, JavaScript (in small amounts) a bigger site or web app with lots of repeating code: HTML, CSS (you could later learn SASS or LESS or something like that to make your CSS easier and cleaner), JavaScript for interactivity and then PHP to break up all your repeating HTML into smaller bits of code.
25th Mar 2017, 5:32 PM
Mary-Ann Burton
Mary-Ann Burton - avatar
0
To simply create a web page all you would need is HTML for structure, CSS for design and a bit of jquery for interactivity, as for back end, from my point of view Python(Django) would be the best suited for any kind of website or webapp, because of python nature to easily understand the code and write it and also django nature for incorporating all you would ever need to continue develop, in their framework
27th Mar 2017, 8:17 PM
Stefan Florin
Stefan Florin - avatar
0
I like the node js Java Script way. you can use the same programming through the whole stack. server side node js Java Script and user end javascript and middle ware you can use Mongo dB as it is very similar to json
28th Mar 2017, 2:39 PM
Wouter van Putten
Wouter van Putten - avatar