Computer Applications
Differentiate between Static and Dynamic web pages.
CSS
3 Likes
Answer
S. No. | Static web pages | Dynamic web pages |
---|---|---|
1. | In static web pages, the contents of the web pages remains fixed or unchanging. These web pages are loaded on the client's browser exactly in the same way as they are stored on the web server. | A dynamic web page is created upon user request, displaying unique content based on interactions. Each view is tailored to the user and exist only for that moment. |
2. | A user can only read the information but cannot make any modifications or interact with the data. | Dynamic web page is an Interactive web page that is highly functional and users can interact with it. |
3. | Static web pages are created by using only HTML. | Dynamic web pages can be created by using ASP, PHP, or DHTML. |
Answered By
2 Likes