answersLogoWhite

0


Best Answer

Scripting languages, of which JavaScript is one, are light-weight programming languages (i.e. not a fully featured programming languages) that exist to enhance HTML and web pages so that they are dynamic or interactive. They interact with, amend or generate HTML. They would not have any function outside of a web page environment.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

This is scripting

<html>

<head>

</head>

<body>

<marquee behavior="alternate" bgcolor=yellow>This is Scripting</marquee>

</body>

</html>

and these are scripting languages

HTML

PHP

JAVASCRIPT

CSS

ASP.net

these are programming languages

c++

c#

Visual basic

This answer is:
User Avatar

User Avatar

Ryan Quina

Lvl 2
3y ago

Computer scripting is the act of listing down commands to be executed by a certain program. Scripting automates processes on one's local computer or in the web, depending on how it is used.

Basically, computer scripting is an act of instructing a program so it knows how to perform its function in a specific software.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is scripting or scripting language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


What is darkbasic pro scripting language?

DarkBASIC uses, like the title suggests, the scripting language BASIC.


What is Programming or Scripting Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What is Programming or Scripting-Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


Is HTML scripting language or web application?

HTML, or HyperText Markup Language, is not a scripting language or a web application. It is a markup language used for structuring content on the web. HTML provides the basic building blocks for web pages, defining elements and their arrangement, but it doesn't have the dynamic functionality of scripting languages or applications.

Related questions

What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


Is c sharp scripting language?

What is a scripting language? If you know the answer to this, then you can determine C# fits to the definition or not.


Is ruby server side scripting language?

Yes, Ruby is a server-side scripting language.


What is darkbasic pro scripting language?

DarkBASIC uses, like the title suggests, the scripting language BASIC.


Where might one find general information about scripting language?

One might find general information about scripting language by going to the Quirks Mode website. The website has information about the Java scripting language.


What is wml scripting?

WML scripting is the act of scripting / coding / writing in the language of WML - which is just slightly adjusted XML that is made for mobile devices. WMLScript (Wireless Markup Language Script) is the client-side scripting language of WML (Wireless Markup Language). A scripting language is similar to a programming language, but is of lighter weight. With WMLScript, the wireless device can do some of the processing and computation. This reduces the number of requests and responses to/from the server.


What is Programming or Scripting-Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What is Programming or Scripting Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


Is HTML scripting language or web application?

HTML, or HyperText Markup Language, is not a scripting language or a web application. It is a markup language used for structuring content on the web. HTML provides the basic building blocks for web pages, defining elements and their arrangement, but it doesn't have the dynamic functionality of scripting languages or applications.


What is the most common scripting language?

JavaScript is the most famous scripting language. It is the most flexible and widely used.


What is the default scripting language for ASPNET?

VBScript


Can you write multiple scripting languages in a single page?

Yes. In fact this is fairly common. For example, using in the same web page a client scripting language such as JavaScript and a Server Scripting Language, such as ASP.NET or PHP.