0
Hi Programmers, can u please help me clear some doubt /choice
Is it a good idea to just jump straight to Python,C++ or Java, without learning any other language or should I learn basics of html and CSS first?
5 Answers
+ 4
Since web development is so popular, a little HTML and CSS seems like a good place to start. Since learning a language doesn't really end, creating a simple static website that applies several common HTML tags, and a few CSS properties seems like a clearer goal.
If you start with HTML and CSS, a nice next step would actually be JavaScript. JavaScript is almost always used with HTML and CSS. Python, Java, and c++ could be used when you want to program what you run on the web server.
+ 2
You can start with any language. But JavaScript need basic Knowledge of HTML and CSS
+ 2
Should I learned JS for developing apps?
+ 2
You can learn Python before learn html and CSS, because python has its own output on console. It is a good practice start with Jupyter Notebook.
+ 1
Yes.