+ 12
Which language is the best for developing website?and why?
Html5 or php or Javascript or Ruby
10 Answers
+ 17
the best is html, since you can't have a website without it, but that's kinda like having a sandwich that's only bread. html is the text, css is the styling, and javascript is the page logic. html is the bread, css is the cheese, javascript is the meat. backend languages like php or ruby are the condiments like mayo or ketchup. they can do things like store user data into a database like mysql (would be lettuce, imo), or do other stuff like generate things or pages.
to recap, for sure learn html + css + javascript. they're in pretty much every website, there are not any viable alternatives. for backend, you have a lot of choice. php is very popular but it's also getting really old, making it lose popularity over time.
+ 38
đ°HTML is bones of website.
đ°Python,Java,JavaScript,PHP are brain of website.
đ°CSS is the skin of website.
If you satisfied my answer feedback me!
+ 25
PHP is good for web sites with server side.
+ 14
Well I'm pretty hungry, haven't aten all day!
@Code Codin
+ 11
đđđ
+ 10
For developing a descent looking "static" website, you compulsorily need the following:
1. HTML
2. CSS
3. JavaScript (Including it's libraries and frameworks)
Now, PHP and RUBY are programming languages for backend . These programming languages work with data and how to manipulate it.
So, depending on what you want to build, you can choose
+ 10
@Ahri Fox not to be offensive but, do you like to eat?? XD
+ 4
As I experienced it, it's really helpful to know HTML, CSS, JS, PHP and SQL, since a modern Website consists of some kind of database, front- and back- end. Nowadays I would recomment to focus on your JavaScript skills, because JS - Frameworks like AngularJs become more and more popular and useful.
+ 3
Php is back end and html, css, Javascript is front end so with the help of this two we can design our website in a best ways. But nowadays WordPress is trending so u can use that also in that u should know only php concept.