+ 1
What is the best way to learn web developing?
9 Answers
+ 3
you want detailed answer here's it
HTML is like the skeleton of the webpage
CSS is used for giving styles to for different aspects of of webpage
Js is used for defining properties of different aspects of webpage. its like the programming area of of our webpage.
you can control behavior of different attributes in a webpage using JS.
eg : you could make a pop-up appear on pressing some buttom or create a pop-up menu or create logical parameters etc
these language are used for front end development
for back-end:
you could use PHP,Jquery, sql, etc
if you're interested in front-end web development, you should start learning css now
ps. you can make webpages in ruby and python
i hope this was helpful, you can get a better insight once you start learning these language
+ 14
By learning and practicing this languages
*HTML
*CSS
*JavaScript
*JQuery
*PHP
*SQL
+ 5
by practically doing it
+ 4
Thank u so much.
+ 4
start with HTML
+ 2
by reading it and practicing it and being creative
+ 2
Javascript isnt restricted just for little things on front-end development. You can create big apps using just javascript on front-end. Second jquery isnt a language, its a library and sql isnt a programming language too, sql you use to deal with relational databases.
Another thing is that you can use Javascript as a server side language too using nodejs for example.
So, if you want, you can just know hmtl, css and javascript (because you can use it as a front and back end language) and you can create big web apps and phone apps.
+ 1
Ok I got it. thank you so much.
+ 1
awesome!!..thanks for your info..