What all languages should I learn to develop a website?

Career Talk Work & Career 2 years ago

0 2 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
What all languages should I learn to develop a website?

Posted on 16 Aug 2022, this text provides information on Work & Career related to Career Talk. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago
Website is developed in two parts. 1. Frontend 2. Backed For frontend, you should learn HTML, CSS, Bootstrap, Javascript and a Framework For backed you should learn SQL for database.
profilepic.png
manpreet 2 years ago
HTML is markup for formatting the page. It is not really a programming language, it is more like advanced punctuation. CSS is rulesets for telling the browser how to display the HTML formatted content. It is also not a programming language in the same way HTML is, although it can be a lot more powerful. JavaScript is a programming language. You use it to make the website interactive. Get Firebug or a similar add-on for Firefox, or just right click and 'Inspect Element' in Chrome to see the JavaScript for more detail on what JavaScript does. AJAX is an extension of JavaScript to get data from the webserver and update the page with it, without having to refresh the page. PHP is code commonly used server side to interact with the filesystem and databases and output HTML. You can also use python, Perl, .NET and a handful of other languages/frameworks to do this. MySQL is a database. You should learn how to use it. You are going to have to learn HTML, CSS, JavaScript and one of PHP, Python, Perl, or related frameworks (or other possibilities that I am not aware of). Later, you can concern yourself with certain JavaScript frameworks, especially query, but there is also prototype and a few others. In finding an answer for your question 'what are the best web programming languages?’ you should investigate PHP, Python, Perl, or frameworks (Ruby on Rails, CakePHP, Django, etc.). There are a bunch of questions relating to these already on Quora, and a ton of information elsewhere on the internet. [I've only worked with PHP for this task, so I might have left out something important about using the other languages/frameworks for outputting HTML].
0 views   0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.