Computer Science, asked by hemalatha57, 8 months ago

what is web scripting ​

Answers

Answered by raok94471
6

Answer:

Web script, a computer programming language for adding dynamic capabilities to World Wide Web pages. ... Web scripting can add information to a page as a reader uses it or let the reader enter information that may, for example, be passed on to the order department of an online business.

Explanation:

Web pages are created using HTML, or HyperText Markup Language. Historically, web pages have been fairly static, consisting mostly of text and images. Modern web design, however, uses more interactive content. This can be as simple as changing the color of a button when someone moves their pointer over it to complex interactive online games. Web pages with interactive content are often referred to as dynamic web pages.

Dynamic content can be added to web pages using scripting. A script consists of a set of instructions that are executed under certain conditions. For example, if a user completes an online form, it is good practice to validate their entries. This is where scripting comes in. Web scripting uses small programs that are executed based on user interaction with a web page.

Scripting is widely used as part of web development. Web development includes all the efforts in developing a website for the Internet, including web design, web content development, network security configuration, and scripting. Scripting allows you to turn a simple, static HTML page into a more dynamic page. It makes it possible for users to interact with a website rather than just look at the pages.

Web scripts can run in one of two places: the client side, also called the front-end, and the server side, also called the back-end. The client refers to the web browser used to view a web page. The server refers to the computer server that hosts the website.

Answered by sonuroy76
6

Answer:

Web script, a computer programming language for adding dynamic capabilities to World Wide Web pages. ... The CGI component on the server contains small programs called scripts that take information from the browser system or provide it for display.

Similar questions