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
Table of contents Binding Class Binding inline st...
describe: Install VM under Windows 10, run Docker...
Priority The reason why placing the same conditio...
1. What is the cardinality? Cardinality refers to...
Do you add an alt attribute to the img image tag? ...
Copy code The code is as follows: li {width:300px...
Preface In the process of developing a mini progr...
Preface The origin is a question 1: If your umask...
1. [admin@JD ~]$ cd opt #Enter opt in the root di...
This article describes how to set the automatic c...
Preface I just bought a new VPS. The data disk of...
Because the distribution package of MySQL Communi...
Table of contents Step 1: Installation Step 2: Ci...
There are two types of web page box models: 1: Sta...
Preface The author has always felt that it would ...