1. A static page means that there are only HTML tags in the web page. As long as the WEB developers have not modified these HTML tags, the page content will not change. Working mechanism of static pages: 1. Use HTML to write static pages and publish them to the WEB server; 2. The client requests the static page through the browser; 3. The web server locates the static page based on the request; 4. The static page is returned to the client in the form of HTML stream; 5. The client browser interprets the HTML stream and displays it as a WEB page. 2. A dynamic page means that the web page contains not only HTML code, but also program code, which can display different results based on different content input by the client. Working mechanism of dynamic pages: 1. Use dynamic WEB development technology to write WEB applications, i.e. dynamic pages, and publish them to the WEB server; 2. The client requests the dynamic page through the browser; 3. The web server locates the web application; 4. The WEB server compiles or interprets the WEB application according to the client's request and generates an HTML stream; 5. Return the generated HTML to the client in the form of a stream; 6. The client browser interprets the HTML stream and displays it as a WEB page. |
<<: CSS3 realizes text relief effect, engraving effect, flame text
>>: Introduction and examples of hidden fields in HTML
This article shares the MySQL installation and co...
1. Open port 2375 Edit docker.service vim /lib/sy...
CSS Selectors Setting style on the html tag can s...
Let's take a look at the situation where Secu...
【Problem Analysis】 We can use the chown command. ...
Table of contents Mind Map Simple understanding E...
This article mainly introduces the effect of div ...
Table of contents 1. Simple to use 2. Use DISTINC...
State Hooks Examples: import { useState } from ...
Table of contents Various ways to merge objects (...
This article records the installation and configu...
The operating system for the following content is...
Using Dockerfile allows users to create custom im...
Table of contents Preface 1. Configure routing na...
Sometimes the code is lost and you need to recove...