Advertisements
Advertisements
Question
What is the difference between Static and dynamic web page?
Distinguish Between
Solution
Static Web Page | Dynamic Web Page |
The content and layout of a web page is fixed. | The content and layout may change during run time. |
Static Web pages never use databases. | Databases is used to generate dynamic content through queries. |
Static web pages directly run on the browser and do not require any server-side application program. | Dynamic web pages runs on the server-side application programs and display the results. |
Static Web pages are easy to develop. | Dynamic web page development requires programming skills. |
shaalaa.com
Static and Dynamic Web Pages
Is there an error in this question or solution?