+ 4
What languages should I learn to build a complete website?
I think HTML, CSS,Java? tell me what these are and what can we do with them
5 Respostas
+ 3
HTML+CSS+JS(Low lvl)+PHP/RoR/Python/Java + SQL(Hight lvl)
Webservice devides on two sides - Frontend and Backend.
Front - HTML+CSS+JS
Back - PHP/RoR/Python/Java + SQL(Hight lvl)
+ 2
First of all, what is the purpose of the website you are creating? Do you need to get/store data from users or it is just showing content site? If you are looking for the first example you must know those backend programming languages already related here. If you need no interaction with users you can simply use HTML and Css. For professional results I highly recommend to learn JS as well.
+ 1
omg! What are the basic and easy?
+ 1
one point you should understand:Do you want get some data from Database?If no then it is HTML+CSS+JS,if you are thinking about connection with Database,so you should know atleast 1 Backend language(PHP/RoR/Python/Java) and atleast SQL