0
Which languages are useful for whole website designing?
3 Antworten
+ 3
Useful languages are HTML, CSS, JS, PHP, and SQL as the main ones. Considering the nature of the question, I assume you're very new at this, so I'll briefly explain each of their uses.
HTML is used to describe the content of the web-page.
CSS is used to control the appearance of the web-page.
JS is a client side scripting language.
PHP is a server side scripting language.
SQL is a language devised to interact with databases.
+ 1
HTML5
0
Thanks bro