Website Languages Requirement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Website Languages Requirement

1)Can i just make a simple Website using only HTML5 ,CSS3 ,javascript and Sql? And 2)What furthure Languages and Framework needed to make a advanced Website?

24th Jun 2019, 8:17 PM
Mr Robot
Mr Robot - avatar
6 Answers
+ 3
You could make a full fledged website with just html, vanilla css and vanilla Javascript, Infact, all those frameworks are still just a bunch of javascript code. However frameworks make life easier, and who doesn't want an easier life ? So the trending frameworks right now are CSS ===== Bulma, YUI, Sceptre JS ==== D3, JQuery, Vue, React, Angular
24th Jun 2019, 8:31 PM
Dlite
Dlite - avatar
+ 6
1. Yes 2. The JS frameworks are an option
24th Jun 2019, 10:41 PM
Sonic
Sonic - avatar
+ 3
D'Lite Can Sql and php also needed to make a proper website?
24th Jun 2019, 8:52 PM
Mr Robot
Mr Robot - avatar
+ 3
D'Lite OK thanks you just remove my confusion
24th Jun 2019, 9:36 PM
Mr Robot
Mr Robot - avatar
+ 2
To make a simple website, you only need html. If you want to make more advanced websites, you might want to learn php, and jQuery maybe
24th Jun 2019, 8:22 PM
Airree
Airree - avatar
+ 2
Saad Mughal SQL and php are not a necessity for a website, but are used in about 100% of websites that need to dynamically "update" their content. They are very very essential to creating "solid" websites, but you can still do without them. Let me clarify something here: Any website that asks for info like *name *email *password *credit card number has just used SQL and php. And you would agree with me that almost all sites nowadays do this. So if you want to save your users data, you'll need sql and php
24th Jun 2019, 9:02 PM
Dlite
Dlite - avatar