+ 1
What the language used in web page
What the language used in web page
4 Answers
+ 8
-HTML is markup language,
-CSS is style sheet for webpage,
-javascript the main behaviore for webpage.
+ 6
Client-side
--------------------------------------
HTML for the web structure (markup language)
CSS for the web design (styling)
JavaScript to make web pages interactive
Server-side
--------------------------------------
PHP
Python (Django)
Ruby (Ruby on Rails)
Perl (i.e., Catalyst)
.NET
Go
Nodejs (JavaScript)
Databases
--------------------------------------
MySQL
PostgreSQL
MongoDB
Servers
--------------------------------------
Apache
Nginx
+ 3
Good answer (gerardbm)
+ 1
The most common programming languages on the Web include HyperText Markup Language, JavaScript, Cascading Style Sheets and PHP