[Question] How many and which languages should I learn inorder to make a fully working website ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

[Question] How many and which languages should I learn inorder to make a fully working website ?

So when we talk about the languages used in making a website, commonly the main is HTML,CSS and JavaScript.... But that's not the end... their are more languages which is needed to make THE best amazing fully completed + fully working website... So just simply clarify me every programming language which is used in making a best fully working website.... Thank you 🙂

21st Nov 2021, 7:59 AM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
21 Answers
+ 25
Fully working website can be created using HTML, CSS, and JS(optional). Thing is, what is "Fully working website" you are trying to develop. Website can be divided into 2 categories "static website" and "dynamic website". Static website content stays the same as coded and if you want to update something you have to code again and update. Normally created using with html, css. Dynamic websites are interactive, can manipulate its contents and can do many things like fetching data, sending data to server, and do other kind of stuff with server. usually created using html, css ,js and nodeJs, php for backend. For static website html, css is enough, for dynamic website there are many languages, some popular are nodeJs, python , Php, Go.
21st Nov 2021, 8:48 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 10
Html, css, java, php and python for website but must learn c++, c
22nd Nov 2021, 6:22 PM
Vaibhav
Vaibhav - avatar
+ 8
Static = HTML + CSS + Little JS + any framework for UI/UX Dynamic = Static + Database + any framework for back-end
22nd Nov 2021, 8:11 PM
Chillcoder
Chillcoder - avatar
+ 6
For A Static Website You Can Use HTML, CSS & JS. But, For Dynamic Ones (That Change Their Content As Per The URL Query/String): Use Node JS, Python Or PHP Some Libraries In Node JS Include: Express, WebSockets (Node JS), etc. Some Libraries In Python Include: Flask, WebSockets (Python), etc.
22nd Nov 2021, 7:29 AM
Sancho Godinho
Sancho Godinho - avatar
23rd Nov 2021, 3:21 PM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
+ 5
Why everyone who responded has a dislike?
22nd Nov 2021, 9:25 AM
PAT engginier
PAT engginier - avatar
+ 5
Vaibhav Singh ,Sk. Ismail ,PanicS ,Zinz_m .. Thanks😁👍
23rd Nov 2021, 3:23 PM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
+ 4
Sudarshan Rai Yeah.. Dynamic websites are better,🤔👍 ..thank u
21st Nov 2021, 8:51 AM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
+ 4
PAT engginier Someone Is Disliking All The Answers...
22nd Nov 2021, 10:06 AM
Sancho Godinho
Sancho Godinho - avatar
+ 4
🤣🤣🤣 The guy disliking everyone's comment is what I feel got me throughout the discussion😂
22nd Nov 2021, 5:53 PM
Code Warlock
Code Warlock - avatar
+ 3
Php , css , JavaScript, python , html , and also you can use GO aswell
21st Nov 2021, 12:10 PM
PAT engginier
PAT engginier - avatar
+ 2
Sudarshan Rai 🤔 If possible could u please mention every language needed to make the perfect and fully functional dynamic websites..😇
21st Nov 2021, 8:52 AM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
+ 2
It think JS Css an HTML is for website by the way I am making an website big big one do anyone wana join the team
21st Nov 2021, 12:52 PM
Muhammad AYYAN ASMINN .6F
Muhammad AYYAN ASMINN .6F - avatar
+ 2
Purchase ready made theme install enjoy
21st Nov 2021, 6:32 PM
A S
A S - avatar
+ 2
Html ,js,css and python also php
22nd Nov 2021, 7:33 AM
Hexagon
+ 2
HTML, CSS and JavaScript. Learn all this and you can master the art of web designing
23rd Nov 2021, 6:05 AM
Arman Alli
Arman Alli - avatar
+ 1
If your website have only frontend this 3 is enough, but for web sites as e-commerce, you also need backend, you need language to work with data and to store this at database. For backend you can choose: Node.js, Python(Django,Flask library), PHP, and more. Also for frontend, to work easied you need some framework like Angular, React, Vue, there is also a lot more framework and libraries, for both frontend and backend, what you can use, try looking on internet if you wanna know more.
21st Nov 2021, 8:45 AM
PanicS
PanicS - avatar
+ 1
PanicS Ok.👍,so with like what language I should work on storing user created usernames and passwords..I mean which is better to store and receive those usernames , passwords and accounts ...
21st Nov 2021, 8:48 AM
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ
•Đคяк รтяεคм 𝅘𝅥𝅮 ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ - avatar
+ 1
I think it's only.... HTML, CSS &JAVASCRIPT..... Bas khatam kahani....I mean yeah basics hai... after what you can make website
22nd Nov 2021, 7:40 PM
Sk Ismail
Sk Ismail - avatar
24th Nov 2021, 7:25 AM
PAT engginier
PAT engginier - avatar