+ 3

Which programming is used to make a simple website?

20th Jan 2018, 5:11 AM
SATAN SAHIL
SATAN SAHIL - avatar
4 ответов
+ 6
The absolute basics are just HTML and CSS but to make the website more functional we use Javascript and for a even better response PHP
20th Jan 2018, 5:37 AM
Typhoon
Typhoon - avatar
+ 4
For simple site but with great functions? HTML5 CSS3 JavaScript with framework like angularJS or librairie like react. Firebase for a powerfull and realtime database. Look at JAMstack for more.
23rd Feb 2018, 7:48 PM
MecyDev
MecyDev - avatar
+ 2
HTML (base) CSS (design) JavaScript (interactive) JQuery (more JS) PHP (server side) EDIT ECMAScript instead of JavaScript. All common web development languages are incredibly poorly designed, might as well knock out the worst one.
20th Jan 2018, 5:13 AM
Jacob Pembleton
Jacob Pembleton - avatar