Computer Science, asked by saugatabiswas7347, 1 year ago

How are the websites made using scripted documents?

Answers

Answered by Neero
1
A server-side dynamic web page is a web page whose construction is controlled by anapplication server processing server-side scripts. In server-side scripting, parametersdetermine how the assembly of every new web page proceeds, including the setting up of more client-side processing.

A client-side dynamic web page processes the web page using HTML scripting running in the browser as it loads. JavaScript and other scripting languages determine the way the HTML in the received page is parsed into theDocument Object Model, or DOM, that represents the loaded web page. The same client-side techniques can then dynamically update or change the DOM in the same way


Neero: you can write in a short way
Similar questions