+ 1
which language should i learned to became a good web developer??please suggest me friends...
i knew HTML and C++ But i don't know how to built a web by using these languages please ..please....please ...give me the approprite ans..and step by step whole procedure to create web???
4 Respostas
+ 18
CSS, PHP & JS
+ 13
HTML
CSS
JavaScript
jQuery
PHP
+ 4
If you just want to design the webpage, you'll be fine with HTML, CSS and JavaScript. For server-side stuff (back-end) PHP, Nodejs are great options.
Most importantly, Sololearn is the best place to get started with programming. For advanced stuff you have to search other resources.
If you want to know the step-by-step procedure for creating a website, instead of reading what we type, watch video tutorials and follow through at the same time; you'll get real-time experience on the process. I recommend https://www.youtube.com/user/thenewboston . Has awesome content and really great for advancing from beginner level.
+ 2
For front end you need:
Html,
css,
JavaScript (or any other js library, but I suggest jquery)
For backend you can use:
PHP (as it is fairly easy)
after that you can proceed with other languages i.e Python, ROR, etc