+ 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?
6 ответов
+ 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
+ 6
1. Yes
2. The JS frameworks are an option
+ 3
D'Lite Can Sql and php also needed to make a proper website?
+ 3
D'Lite OK thanks you just remove my confusion
+ 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
+ 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