+ 1
Which language is best to develop websites?
5 Answers
+ 8
TypeScript, jquery, HTML.
+ 5
html>CSS>Javascript all three
+ 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.
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
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