1.

How will you distinguish a static web page from a dynamic web page?

Answer»
   Static web page    Dynamic web page
1. Content and layout is fixed1. Not fixed, may change during run time.
2. Never use databases2. It uses databases
3. Directly runs on the browse3. Runs on the server-side application program
4. Not interactive4. Interactive


Discussion

No Comment Found