+ 2
What is the difference and similarity betweena programing language and a scripting language?
As we know html is one the scripting language, so here's the question in my mind what are the differences and similarities among a programming language and scripting language.
1 Resposta
+ 5
first of all html is not a scripting language, html is a mark-up language.
The theoretical difference between the two is that scripting languages do not require the compilation step and are rather interpreted. For example, normally, a C program needs to be compiled before running whereas normally, a scripting language like JavaScript or PHP need not be compiled.
i hope u understood