What is static Web page with Dynamic Web page?
Programs, Web pages, and components that run on the server side are Dynamic Web pages that return different pages with different customers, at different times.
Programs, Web pages, plug-ins, components that run on the client, belong to static Web pages
The basic way to differentiate between dynamic Web pages and static Web pages:
----"" The first look at the suffix name, the second to see if it can interact with the server behavior.
Static page Features:
static Web pages are relative to dynamic Web pages, which means that there are no background databases, no programs, and no interactive Web pages. what you're making up is what it shows and there's no change.
Static web pages are relatively cumbersome to update, and are suitable for display network stations with less general updates
A static web page is a standard HTML file whose file name extension is HTML
Dynamic webpage Features:
- Dynamic Web page Based on database technology, can greatly reduce the workload of reducing website maintenance;
- Web site with Dynamic Web technology can achieve more functions, such as user registration, user login, online survey, user management, order management and so on;
- Web site with Dynamic Web technology can achieve more functions, such as user registration, user login, online survey, user management, order management and so on;
- "?" in a Dynamic Web page There are some problems in search engine retrieval, so the Web site with Dynamic Web page needs to do some technical processing in order to adapt to the requirements of search engine.
What is static Web page with Dynamic Web page