✔ 最佳答案
Static web page is the type that will not change. That is, every time you access that page, the content displayed is the same unless the host changes the content.
Dynamic web page will display different content depending on a number of criteria such as user login, browser type, browser agent, time and date, availability of certain items in a database ... etc.
Good example of a static page is wiki. The content is static and can only be changed by the host. No matter how many time you refresh, the display is the same.
Good example of a dynamic page is e-bay. After the first display, the content will change the next time you access the same page or just refresh the screen (after a few minutes or hours).