Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What are web applications and dynamic web pages?


Asked by Fernanda McLean on Dec 14, 2021 Web Services



A web application is a collection of static and dynamic web pages . A static web page is one that does not change when a site visitor requests it: The web server sends the page to the requesting web browser without modifying it. In contrast, a dynamic web page is modified by the server before it is sent to the requesting browser. The changing nature of the page is why it's called dynamic.
And,
Keep Exploring! A dynamic web application produces the pages/information continuously, according to the solicitation, a particular reaction will trigger from the server end and will arrive at the customer end (your end). Depending upon the response the client-side code will take action as it's supposed to.
Besides, Web pages that use server-side scripting are often created with the help of server-side languages such as PHP, Perl, ASP, ASP.NET, JSP, ColdFusion and other languages. These server-side languages typically use the Common Gateway Interface (CGI) to produce dynamic web pages.
Similarly,
In static web pages, Information are change rarely. In dynamic web page, Information are change frequently. 4. Static Web Page takes less time for loading than dynamic web page. Dynamic web page takes more time for loading. 5. In Static Web Pages, database is not used. In dynamic web pages, database is used. 6.
Furthermore,
In server-side scripting, parameters determine 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 JavaScript running in the browser as it loads.