+ 1

Can I ask question

Can anyone tell me which language is used to creat an Website or application

27th Jul 2025, 1:21 PM
Sandesh edage
Sandesh edage - avatar
3 Antworten
+ 1
HTML CSS & JS ... PHP too....
27th Jul 2025, 1:26 PM
Zero
Zero - avatar
0
Thanks for helping me bro 😄
27th Jul 2025, 1:38 PM
Sandesh edage
Sandesh edage - avatar
0
U can create websites using a very wide variety of languages and tools, all of which i will not list, bc it will take too long. Typically however we applications are created in 2 parts nowdays - backend and frontend. The frontend (visual part that u actually interract with) is commonly written in javascript using one of popular frameworks (React, Next.js, Svelte, etc...). And the backend (handles logic, and most of the app's functionality) is commonlh written in node (using a framework, such as express), python (also using a framework, such as flask or django) or other languages like go, rust, etc... This is a very oversimplified way to look at it btws. So its not really just one language that is used to create webapp or website. But there are some things that u will certanly need to know b4 starting: Basic knowledge of CSS, HTML and JavaScript. Likely also understandjng of databases and sql. Some basic knowledge of common practices, algorithms and security to actually make a usable app.
27th Jul 2025, 4:57 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar