What are the best programming languages used to develop a website entirely? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the best programming languages used to develop a website entirely?

i am new to programming languages and im interested in website development and i want to know what are the programming languages used to develop a webiste from crash to a giant like facebook,etc

16th Apr 2017, 9:00 AM
naveen
5 Answers
+ 27
In order to be A master in Web Dev from scratch. You need to learn the front end, and back end. The first step is to familiarize yourself with HTML5, I will advice that you spend much time and in learning it, so that u can have it at your fingertips. This HTML5 will just enable you to lay the foundation of your site. The next step is to enter the Designing Zone, "CSS" , For your site to look nice and presentable, you need to apply some styles to it. Mastering the CSS will give u the upper hand to position and style the HTML elements the way u want. I will den suggest a CSS framework, "Bootstrap". You will have much controls on the structure of the site even if pure CSS limits you. Now master JavaScript. that's to enable your users have an interaction with your site, eg, clicking a button, and something pops us, and a whole lot!
16th Apr 2017, 1:51 PM
Ghaffaru Mudashiru
Ghaffaru Mudashiru - avatar
+ 15
HTML + CSS + JS + SQL + PHP
16th Apr 2017, 10:46 AM
Sachin Artani
Sachin Artani - avatar
+ 14
You can also learn PHP for a more advanced website. It is a backend language and works with servers
16th Apr 2017, 10:28 AM
Gami
Gami - avatar
+ 9
If you want to make a website you'll need HTML, CSS , and Javascript. #HTML is not a programming language #CSS to style your website #Javascript for your websites interactivity...... hope this help 😁
16th Apr 2017, 9:13 AM
Leon lit
Leon lit - avatar
+ 3
You can also use library's like w3.css, w3.js, w3data.js, bootstrap, AngularJS, jQuery, jQuery Mobile to enhance your webpage. Note:- You will also need to learn JSON for AngularJS
16th Apr 2017, 11:12 AM
Siddharth Saraf