For those of you that are not aware, a scripting language is
A scripting language, script language or extension language is a programming language that allows control of one or more software applications. "Scripts" are distinct from the core code of the application, which is usually written in a different language, and are often created or at least modified by the end-user. Scripts are often interpreted from source code or bytecode, whereas the applications they control are traditionally compiled to native machine code. Scripting languages are nearly always embedded in the applications they control.
The name "script" is derived from the written script of the performing arts, in which dialogue is set down to be spoken by human actors. Early script languages were often called batch languages or job control languages. Such early scripting languages were created to shorten the traditional edit-compile-link-run process.
So, some scripting languages include Perl, JavaScript, HTML, CSS, etc.
Which language(s) do you use?Personally, I like to stick with CSS and HTML. Honestly, those are the most important when creating a site. JavaScript is also important as is Perl, but normally, you hear people talking about more CSS and HTML.