+ 4
What languages are required for website design ???
Web
5 Respuestas
+ 2
I think i most learn Html, JavaScript, and Css for basic.
for server-side php, js, python is better.
+ 10
HTML, CSS and JavaScript... I guess.
+ 5
By web, I guess ADEEL means HTML?
+ 1
HTML - Estructura 📄
CSS - Diseño 🎨
JavaScript - Comportamiento 💻
+ 1
It depends what you want your website to do snd the server you’re going to use. For s basic, non-responsive website you could probably get by with HTML and CSS. For a more responsive website you will need to know JavaScript (of whatever flavor you like) for client side. For server side you have a ton of options. Most web host servers allow for PHP for server-side, and that is very common. Depending on the host, you could use Node.js and do server-side in JavaScript. Other popular server-side options include Python, Ruby, and Java.